-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restart service after upgrading #4993
Comments
I'm assuming hear you meant code-server.
No longer exists in 4.1.0 so this is expected. Can you share the install logs? And can you share a screenshot and more information about how you're accessing/running code-server? What happens when you go to the root? |
Thanks for a quick reply, @jsjoeio!
My vscode version is 1.63.2.
The install output was:
I ran the systemcl command printed and then accessed the code-server via My config file is:
(with shell variables expanded) What do you mean by 'go to the root`? |
Thanks for all the details! I doubt this is related, but what happens if you try clearing your cache and navigate to |
How can I clean the cache? |
Ah, I thought you wanted me to clear the code-server's cache on the remote machine. I ran this in an incognito tab and it didn't help. But restarting the service did the trick: |
Ahhhh! My fault - I should have been more specific. Sorry about that!
Nice find 🙌🏼 @code-asher thoughts? |
We should either add this to the installation script like @kuhar suggests (in which case this is a bug) or we update the Troubleshooting docs. |
Restarting after upgrade sounds reasonable to me. |
Oh I was thinking automatically but just adding to the output is even easier. |
Ran into this same issue when upgrading from an old 3.x version - running
Just restarted the whole machine and that fixed it. |
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.1.0Steps to Reproduce
(This is using the default installation script.)
Expected
Upgraded vscode launches.
Actual
The webpage shows:
ENOENT: no such file or directory, open '/usr/lib/code-server/src/browser/pages/vscode.html'
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code?
Are you accessing code-server over HTTPS?
Notes
Downgrading back to 3.12.0 resolves the issue.
The text was updated successfully, but these errors were encountered: