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
Setup Nginx reverse proxy to a different path - i.e. to something.something.com/vscode/
Login works fine, but upon vscode page, it's just a blank page. Client browser console shows its trying to connect to wss://something.somthing.com/, without the correct root-relative path (something.something.com/vscode/), which.... obvious will not work.
Also, I did not find any documentation (or config in general) related to this type of deployment... guess that probably can be improved a bit?