Tabnine extension specific configs page not loading
See original GitHub issueOS/Web Information
- Web Browser: firefox 95.0.2
- Local OS: windows 10
- Remote OS: windows 10+wsl2
- Remote Architecture: docker using wsl2 backend
code-server --version
: 3.12.0 4cd55f94c0a72f05c18cea070e10b969996614d2
Steps to Reproduce
- Install tabnine extension
- Add port mapping in docker -p 5555:5555
- Access tabnine internal setup configuration page by clicking ‘tabnine’ in the bottom bar in code-server
Expected
Access to tabnine internal setup configuration page
Actual
Browser couldn’t load page :
"The connection was reset
The connection to the server was reset while the page was loading … etc"
Logs
root@eb5b6e1eb57c:/# code-server --log debug [2022-01-05T22:07:43.707Z] info code-server 3.12.0 4cd55f94c0a72f05c18cea070e10b969996614d2 [2022-01-05T22:07:43.708Z] info Using user-data-dir ~/.local/share/code-server [2022-01-05T22:07:43.723Z] info Using config file ~/.config/code-server/config.yaml [2022-01-05T22:07:43.723Z] info HTTP server listening on http://127.0.0.1:8080 [2022-01-05T22:07:43.723Z] info - Authentication is enabled [2022-01-05T22:07:43.723Z] info - Using password from ~/.config/code-server/config.yaml [2022-01-05T22:07:43.723Z] info - Not serving HTTPS
Screenshot
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (4 by maintainers)
Top GitHub Comments
I am accessing code-server via HTTPS and the issue persists. @jsjoeio
I have this problem. I run on a hosted VM. If I want to use TabNine I have to ssh into the host and access code-server via http://127.0.0.1:8080/ ssh -L 8080:127.0.0.1:8080 -L 5555:127.0.0.1:5555 user@devhost