You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@code-asher I am on a raspberry Pi, and using docker to run code-server.
These are the error trace on the latest release of code-server.
This needs to be solved tried many times, fixing permissions too, also did not bind any volume to ~/.local/share/code-server to make volume itself (ephemeral volume of container).
Sadly, the code-server releases on arm is very buggy since the latest releases. The team needs to look deeply into it.
Previously I binded a volume -v "/home/pi/AppConfig/CodeServer/data:/home/coder/.local/share/code-server" to retain the settings, I thought the error was due to this, then removed that line to give container the rights to make dirs inside itself without binding it to a local volume.
Seems like that was not the devil of this error, this error seems to be problem in a NPM package.
Checklist
The text was updated successfully, but these errors were encountered: