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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hello community,
I am experiencing a recurring problem with my
code-serverinstallation. 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.jsfiles were missing. The errors are the following:I installed
code-serverusing the following commands:I have already tried several things without success, including:
code-server.My current setup includes
code-serverinstalled in/usr/lib/code-server. However, it still cannot find these files after installation.Actions already taken:
code-server.chownandchmodon the corresponding paths).~/.config/code-server/config.yaml).Questions:
code-serverto avoid missing files?Any suggestions or help would be greatly appreciated.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions