-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Description
OS/Web Information
- Web Browser: Safari, Edge, . .. etc
- Local OS: Lubuntu 20.04
- Remote OS: IpadOS 15 on M1 Ipad
- Remote Architecture: I used code-server with bind-addr option and cert, cert-key option. Used pem files from Let's Encrypt for my asus router DDNS for cert and cert-key
code-server --version
: 3.10.2
Steps to Reproduce
- Just access with any browsers on IpadOS 15
- Then I cannot access to any files, extensions and terminal on the Code-Server. All I can see is keep reconnecting response on the left bottom part. (The one for open remote repository)
Expected
The code-server works perfectly on the Microsoft Edge on Windows 10 and Firefox on Lubuntu 20.04.
I also expected that on the Safari or Microsoft Edge of Ipad OS 15
Actual
I didn't see the white page, and could have clicked the ui buttons. However, when I click new terminal, the terminal partition comes out but no terminal is opened. Also, I cannot access to the folders, files and also cannot see any extensions.
All I could see was that on the left bottom part where you can see your domain, the status message kept changing between reconnecting to your doamin and your domain rapidly.
Logs
6월 09 23:34:21 lubuntu code-server[1561]: at process.emit (events.js:314:20)
6월 09 23:34:21 lubuntu code-server[1561]: Error: Unexpected SIGPIPE
6월 09 23:34:21 lubuntu code-server[1561]: at process. (/usr/lib/code-server/lib/vscode/out/bootstrap.js:1:370)
6월 09 23:34:21 lubuntu code-server[1561]: at process.emit (events.js:314:20)
6월 09 23:34:21 lubuntu code-server[1561]: [2021-06-09T14:34:21.301Z] warn vscode Uncaught error {"error":"read ECONNRESET"}
6월 09 23:34:21 lubuntu code-server[1561]: Error: Unexpected SIGPIPE
6월 09 23:34:21 lubuntu code-server[1561]: at process. (/usr/lib/code-server/lib/vscode/out/bootstrap.js:1:370)
6월 09 23:34:21 lubuntu code-server[1561]: at process.emit (events.js:314:20)
6월 09 23:34:24 lubuntu code-server[1561]: ERR [File Watcher (chokidar)] Inotify limit reached (ENOSPC)
6월 09 23:34:24 lubuntu code-server[1561]: ERR [File Watcher (chokidar)] Inotify limit reached (ENOSPC)
Above is the log from the systemctl
Screenshot
Notes
This issue can be reproduced in VS Code: Yes/No