Error debugging application when running visual studio code server

78 Views Asked by At

I'm running VS Code Server in a docker container via CapRover (which uses code server package from Coder). For editing code it works great, but when I debug the app (I tried Astro and Svelte), the index page loads, but all other links are broken. The index loads with a URL that looks like this: https://vscode.mydomain.com/proxy/3000/ so links URL's like https://vscode.mydomain.com/blog give a 404. If I manually enter https://vscode.mydomain.com/proxy/3000/blog, the page loads. Is there a way to configure Code to not include the /proxy/3000?

0

There are 0 best solutions below