Results 898 comments of Asher

Is it possible to open the browser console and paste the logs from there?

Thank you! Usually these types of errors means the browser is out of date and VS Code is using some newer syntax that the browser does not understand. What version...

Although, it can also mean that the resource failed to load and it is loading something other than JavaScript. Might be worth it to check `notebookWebviewPreloads.js` in the browser console...

Sorry for the delayed response. Unfortunately, VS Code targets newer browsers so it is largely out of our control. We did try to target earlier browsers, but there was a...

> Have you tried to establish a connection using other tools? JS possibly? While I was testing I experimented with connecting to the server example from a JS (Node) client....

Thank you for the logs! Is your server adding any content security policies or is code-server embedded on a page with content security policies? One weird thing that stands out...

That sub-path should be under our control. We do some patching to automatically add the sub-path to various parts of VS Code, and we must have missed this one. **Edit**:...

Glad you got it working! I would caution against hard-coding the `Origin` header in the reverse proxy though, at least if either of these two scenarios apply to you: https://github.com/coder/code-server/discussions/6052#discussion-4925444...