Closed
Description
Problems
Server password param doesn't work- ENOENT error on working directory, trying to access subfolder that doesn't exist.
- Website is a blank screen after login, probably related to problem 2 directly above.
- Output version is 0.0.0 instead of 1.31.1-100.
Info
code-server
version: server/0.0.0 linux-x64 node-v8.9.3 I had downloaded 1.31.1-100 from code-server-1.31.1-100-linux-x64.tar.gz- OS Version: Linux archlinux 4.20.12-arch1-1-ARCH terminal becomes unresponsive after socket disconnect #1 SMP PREEMPT Sat Feb 23 15:11:34 UTC 2019 x86_64 GNU/Linux on Linode
- Setup is running code-server in a webdirectory through nginx.
Steps to Reproduce
- Setup systemd ide.service to run code-server as a user, in my case http, same as web user process for php and mysql.
Run code-server --password=testing
Notice when trying to enter password the generated one is what works, not the passed in one.- ENOENT on /working/directory/here/plus/Backups/workspace.json. It seems to be looking for a Backups folder in my working directory, and a workspace file that doesn't yet exist.
- When running code-server --version for this bug, it output 0.0.0 for the server version.