Various Files Reporting 404
See original GitHub issueOS/Web Information
- Web Browser: Chrome
- Local OS: Windows 10
- Remote OS: Ubuntu Server 20.04
- Remote Architecture: x64
code-server --version
: 3.9.3 fe2dc2deb08e378069891b622bb62ad1d261d1b1
Steps to Reproduce
- Install Code-Server
- Having it working for a while
- Try to connect one day, enter password, blank screen.
Expected
Perfectly Functional Server
Actual
Blank Screen
Log + Info
The server is behind an nginx proxy. The server used to be functional, when I go to one of the URLs reported as a 404, I receive: {"error":"ENOENT: no such file or directory, open '/usr/lib/code-server/lib/vscode/out/vs/base/common/lifecycle.js'"}
. I have checked the folder it is looking for, and it indeed does not contain those files. Issue #1640 seems to have a similar issue, yet was fixed with an update.
Browser Log: (domain cropped off)
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Various Files Reporting 404 #3328 - coder/code-server - GitHub
Various Files Reporting 404 #3328 ... I go to one of the URLs reported as a 404, I receive: {"error":"ENOENT: no such file...
Read more >Solved: "Create file" (file system) reports 404 failure (d...
Short question: Create file (file system) action seems to fail if another process immediately pulls the same file out of the SMB target...
Read more >How To Find & Fix 404 Errors On Your Website | Matthew Edgar
The first step to fixing a 404 error is finding the 404 not-found error. Once found, you can begin fixing the 404 not-found...
Read more >404. That's an error. The requested URL was not found on this ...
As you might know, a 404 error is "File not found." This can happen when a file is deleted or there is an...
Read more >404 - File or directory not found error is seen when ... - IBM
404 - File or directory not found error is seen when running reports in excel / CSV format. Symptom. This has been seen...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sorry for the late response, but I can confirm it’s something funky with the proxy. Directly accessing the server works fine. I’ll close this since it’s something on my system.
Oh, or not, http2_protocol_error is causing
workbench.web.api.js
to not load, Chrome just decided in it’s infinite wisdom to not highlight that. Gonna look deeper into my NGINX config