You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isCoderErr=fmt.Errorf("proxy url %q is a coder instance, but unable to decode the response payload. Could this be a primary coderd and not a proxy?", reqURL)
281
+
isCoderErr=xerrors.Errorf("proxy url %q is a coder instance, but unable to decode the response payload. Could this be a primary coderd and not a proxy?", reqURL)
282
282
}
283
283
284
284
// If the response is not json, then the user likely input a bad url that returns status code 200.
285
285
// This is very common, since most webpages do return a 200. So let's improve the error message.
0 commit comments