aksharbarot
aksharbarot
As workaround, I just tried following and it started working now. --derp-config-url https://controlplane.tailscale.com/derpmap/default --derp-server-enable false
Yes. It is added in settings.json "coder.insecure": true, "http.proxy": "http://IP:PORT", "http.proxyAuthorization": null at the same time when i hit enter in coder login url from extension. I see below message...
Yes. I get response back when i used --proxy in curl ``` PS C:\Users\demo\Downloads> curl -v --proxy http://127.0.0.1:3128 https://myurl.coder.domain/api/v2/buildinfo * Uses proxy env variable no_proxy == 'localhost' * Trying 127.0.0.1:3128......
in vscode, If i change below settings, "http.proxySupport": "fallback" then, port 8080 is not added. but, still it fails with 400 Bad Request 176 7.115697 10.yyy.yyy.yyy 10.x.xxx.xxx HTTP 483 GET...
@code-asher searching and downloading extensions works fine and well. No. changing, http.proxySupport didn't help. but, wondering that why coder extension is making query to get https://myurl.coder.domain/api/v2/users/me because, It should go...
I understood that GET and PUT requests are getting block. I tried manually send GET request using axios and It is showing same error as coder extensions shows status 400.
@samar-elsayed https://github.com/coder/coder/issues/13337 see if this works?