Closed
Description
OS/Web Information
- Web Browser: Opera
- Local OS: Windows 10
- Remote OS: Synology
- Remote Architecture: Docker
code-server --version
: 3.10.2 387b12e
Steps to Reproduce
- Create code server
- Create some file in coder/project
- See error in logs
Expected
Files should show up
Actual
Nothing show up but there is file in the file explorer
Logs
[node.js fs] readdir with filetypes failed with error: [Error: EACCES: permission denied, scandir '/home/coder/project'] {
errno: -13,
code: 'EACCES',
syscall: 'scandir',
path: '/home/coder/project'
}