Unable to Access code-server - White Screen Issue for Guests on Local Network
I am encountering an issue while using code-server on Coder. When I access Coder from my virtual machine as the host everything works fine. But when i log in to coder on my local machine as a guest the code-server application opens and only shows me a blank white screen. I am running my own Template, so i guess my problem is somewhere in my main.tf file.
Thank you for your Assistance.
7 Replies
<#1344665950846320671>
Category
Help needed
Product
Coder (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
can you send a screenshot of the page with the console (ctrl+shift+i) opened?
also are you using a wildcard domain for the coder_app?
Are you accessing code-server over http?
If so, this is an upstream VSCode that was fixed recently, as soon as it's included in a new vscode release (and then a code-server release), it'll be fixed https://github.com/microsoft/vscode/issues/240334
https://github.com/coder/code-server/issues/7225

So basically all I can do is wait for the release of the version that fixes this problem?
You can downgrade your version of code-server on the module to the previous
It works, Thanks! I will close the post