Missing files issue in code-server after a clean installation #7046
Replies: 1 comment
-
Looks like a case of #2407, which probably needs to be fixed upstream. It seems that if the main workbench file takes too long to load, it falls back to trying to load development files, which obviously will not exist. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello community,
I am experiencing a recurring problem with my
code-server
installation. It was previously working without issues, but at some point, when accessing it, the screen to enter the password appeared, and after logging in, it only showed a blank screen. Checking the service status, I found several errors indicating that certain essential.js
files were missing. The errors are the following:I installed
code-server
using the following commands:I have already tried several things without success, including:
code-server
.My current setup includes
code-server
installed in/usr/lib/code-server
. However, it still cannot find these files after installation.Actions already taken:
code-server
.chown
andchmod
on the corresponding paths).~/.config/code-server/config.yaml
).Questions:
code-server
to avoid missing files?Any suggestions or help would be greatly appreciated.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions