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
What errors are you getting? Can you provide the browser console logs and network errors?
The logs of console and codeserver started in debug mode were not recorded at the time, but they can be easily reproduced
You marked that Codespaces is also broken, do you mean you tried to put Codespaces behind your proxy?
This is a mistake.
Does code-server work without the proxy?
Yes, code-server works fine without the proxy. Once I removed the proxy or bypassed it, code-server was able to function properly, so it appears the issue is specific to the proxy configuration.
Do you have a way I could easily reproduce? Docker setup or something maybe?
You can use Docker or direct startup on the server to start a CodeServer application (preferably with auth turned off), and then create a Spring Cloud Gateway application in an IDE environment such as the IDEA tool. Add a route to the CodeServer application in the gateway configuration. You can refer to this Git repository for the code of the gateway: https://github.com/wangyunChina/gatetest.git
Is there an existing issue for this?
OS/Web Information
code-server --version
:latestSteps to Reproduce
Expected
Similar to nginx proxy, file service access can be performed normally
Actual
The page took a long time to load and was unable to establish a file server connection
Logs
No response
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
I did not test native VS Code
Does this bug reproduce in GitHub Codespaces?
Yes, this is also broken in GitHub Codespaces
Are you accessing code-server over a secure context?
Notes
No response
The text was updated successfully, but these errors were encountered: