Hi there! 👋 I have some issues after deploy code server on kubernetes accessible through a subpath. ## OS/Web Information - Web Browser: Chrome - Local OS: Centos - Remote OS: - Remote Architecture: - `code-server --version`: 3.11.1 ## Steps to Reproduce 1. Deploy Code-server on kubernetes 2. In Ingress set a subpath to access to code-server 3. ## Expected <!-- What should happen? --> ## Actual   ## Logs <!-- First run code-server with at least debug logging (or trace to be really thorough) by setting the --log flag or the LOG_LEVEL environment variable. -vvv and --verbose are aliases for --log trace. For example: code-server --log debug Once this is done, replicate the issue you're having then collect logging information from the following places: 1. The most recent files from ~/.local/share/code-server/coder-logs. 2. The browser console. 3. The browser network tab. Additionally, collecting core dumps (you may need to enable them first) if code-server crashes can be helpful. --> <!-- If you're having issues with installation please include the installation logs i.e. the output of `yarn global add code-server` if you installed with `yarn` --> ## Screenshot <!-- Ideally provide a screenshot, gif, video or screen recording. --> ## Notes <!-- If you can reproduce the issue on vanilla VS Code, please file the issue at the VS Code repository instead. --> This issue can be reproduced in VS Code: Yes/No