C
Coder.com2mo ago
valon

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
Codercord
Codercord2mo ago
<#1344665950846320671>
Category
Help needed
Product
Coder (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
Phorcys
Phorcys2mo ago
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?
zounce
zounce2mo ago
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
valon
valonOP2mo ago
No description
valon
valonOP2mo ago
So basically all I can do is wait for the release of the version that fixes this problem?
zounce
zounce2mo ago
You can downgrade your version of code-server on the module to the previous
module "code-server" {
[...]
install_version = "4.96.4"
}
module "code-server" {
[...]
install_version = "4.96.4"
}
valon
valonOP2mo ago
It works, Thanks! I will close the post

Did you find this page helpful?