-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed as duplicate of#7212
Labels
bugSomething isn't workingSomething isn't workingtriageThis issue needs to be triaged by a maintainerThis issue needs to be triaged by a maintainer
Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser: Brave
- Local OS: OpenSUSE Tumbleweed
- Remote OS: Debian 12
- Remote Architecture: x86_64
code-server --version
: 4.97.2 34b8d2e with Code 1.97.2
Steps to Reproduce
- Just open code-server in Brave
Expected
Should just load up as usual
Actual
Blank white screen
Logs
code server:
"
[19:14:08] [File Watcher (node.js)] Request to start watching: /home/tokana/.local/share/code-server/Machine (excludes: <none>, includes: <all>, filter: <none>, correlationId: <none>),/home/tokana/.local/share/code-server/Machine/settings.json (excludes: <none>, includes: <all>, filter: <none>, correlationId: <none>)
[19:14:08] [File Watcher (node.js)] ignoring a path for watching who's stat info failed to resolve: /home/tokana/.local/share/code-server/Machine/settings.json (error: Error: ENOENT: no such file or directory, stat '/home/tokana/.local/share/code-server/Machine/settings.json')
[19:14:08] [File Watcher (node.js)] starting fs.watchFile() on /home/tokana/.local/share/code-server/Machine/settings.json (correlationId: undefined)
[19:14:08] [File Watcher (node.js)] Started watching: '/home/tokana/.local/share/code-server/Machine'
[19:14:08] ExtensionManagementService#cleanUp
[19:14:08] ExtensionManagementService#removeTempDeleteFolders
[19:14:08] Extension host agent started.
[19:14:08] Extension VSIX downloads cache dir does not exist
[19:14:08] [File Watcher (node.js)] Request to start watching: /home/tokana/.local/share/code-server/extensions (excludes: <none>, includes: <all>, filter: <none>, correlationId: <none>)
[19:14:08] [File Watcher (node.js)] Request to stop watching: /home/tokana/.local/share/code-server/Machine/settings.json (excludes: <none>, includes: <all>, filter: <none>, correlationId: <none>)
[19:14:08] [File Watcher (node.js)] stopping file watcher (/home/tokana/.local/share/code-server/Machine/settings.json (excludes: <none>, includes: <all>, filter: <none>, correlationId: <none>))
[19:14:08] No extensions are marked as removed.
[19:14:08] [File Watcher (node.js)] Request to start watching: /home/tokana/.local/share/code-server/extensions/extensions.json (excludes: <none>, includes: <all>, filter: <none>, correlationId: <none>)
[19:14:08] [File Watcher (node.js)] Started watching: '/home/tokana/.local/share/code-server/extensions'
[19:14:08] [File Watcher (node.js)] Started watching: '/home/tokana/.local/share/code-server/extensions/extensions.json'
[19:14:08] [WebClientServer] host: 10.0.0.2:1080
[19:14:08] [WebClientServer] Request URL: /, basePath: ., remoteAuthority: remote"
Brave: "uuid.ts:13 Uncaught TypeError: Cannot read properties of undefined (reading 'bind')
at uuid.ts:13:61"
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
No, this works as expected in native VS Code
Does this bug reproduce in GitHub Codespaces?
I did not test GitHub Codespaces
Are you accessing code-server over a secure context?
- I am using a secure context.
Notes
every browser just loads up a white screen.
Last known version that works is v4.96.4 but never tried it on my new server
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriageThis issue needs to be triaged by a maintainerThis issue needs to be triaged by a maintainer