Is there an existing issue for this?
OS/Web Information
- Web Browser: Edge 107.0.1418.62
- Local OS: Windows 11 Pro
- Remote OS: Debian GNU/Linux 11 (bullseye)
- Remote Architecture: aarch64
code-server --version:
1.72.1
129500ee4c8ab7263461ffe327268ba56b9f210d
arm64
Steps to Reproduce
- Create a nextjs project
- Start the server
- Go to the proxy url
- See how nextjs tries to get the files from "domain.com/x" instead of "domain.com/proxy/3000".
Expected
To be able to use the nextjs server without the error that the assets are not found.
Actual
Errors about files in the _next/static folder not being found.
Logs
No response
Screenshot/Video

Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over HTTPS?
Notes
No response
Is there an existing issue for this?
OS/Web Information
code-server --version:1.72.1
129500ee4c8ab7263461ffe327268ba56b9f210d
arm64
Steps to Reproduce
Expected
To be able to use the nextjs server without the error that the assets are not found.
Actual
Errors about files in the _next/static folder not being found.
Logs
No response
Screenshot/Video
Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over HTTPS?
Notes
No response