Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser: Safari
- Local OS: macOS
- Remote OS: CentOS
- Remote Architecture: 64-bit
code-server --version
: 4.1.0
Steps to Reproduce
- Install code-server
- Setup nginx
- Access code-server via nginx using a domain
Expected
when I deploy code-server on localhost or access code-server behind a proxy everything should work.
Actual
I am trying to run code-server to develop some jupyter notebooks, when I deploy code-server on localhost everything works as expected, however when I access code-server behind a proxy I get blank screen when I open jupyter notebook files.
Logs
No response
Screenshot/Video
this is when deploying on localhost:
this is when accessing it through nginx:
Does this issue happen in VS Code?
- I cannot reproduce this in VS Code.
Are you accessing code-server over HTTPS?
- I am using HTTPS.
Notes
No response