-
Notifications
You must be signed in to change notification settings - Fork 887
Upgrading coder v0.19.2
-> v0.20.0
results in code-server becoming inaccessible (blank page on load)
#6746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you reproduce this on a fresh, clean install of |
Was just about to post an update on this - I can reproduce the same issue with a fresh clean |
I have this same issue. I spent most of yesterday trying to narrow this down and find and issue but could not find one. The issue does not always happen. Some new Workspaces will work after initially being created. If I then go back and use them some time later, I get the blank screen. Even when I receive a blank screen I can still SSH into the Workspace and use it with no issues. The only issue I've seen is in using the coder_app's through the web browser. I did check in the logs and I have the same |
@bpmct Is this is a regression? |
Thanks for reporting, and sorry this happened! We'll start investigating. It'd be helpful to see both the Coder agent logs ( |
@bpmct Logs sent via email! :) |
@bpmct I can provide logs too if needed. |
It wouldn't hurt :) |
Humph, @edmondsiu0 @renesas-brandon-hussey I'm not sure why it's not working, but I know what the problematic change is... I'll revert this for now and we can do a patch, but I'm not sure why it'd seemingly be dropping some of the traffic. Are you using a proxy in front of your Coder deployment? |
@edmondsiu0 @renesas-brandon-hussey could y'all try running Coder with verbose logs and send me the output? That's where the failing connection is coming from. |
Not sure why this is breaking deployments, but it seems likely to be the cause. See #6746.
This was causing boatloads of connects to reestablish every time... See #6746
@kylecarbs I am fronting coder with Traefik (worked until v0.19.2), I tried looking at Traefik earlier for obvious connection errors but nothing stood out to me. happy to supply verbose logs, but I can't seem to find info on turning on verbose logging. |
@edmondsiu0 actually, I think I found the issue! It only seems to effect some environments... Could you add me from our Coder Discord so we can debug further? https://discord.gg/coder |
This was causing boatloads of connects to reestablish every time... See #6746
This was causing boatloads of connects to reestablish every time... See #6746
I am also using Traefik. Same thing as @edmondsiu0 I looked for obvious issues but did not see any. Coder is running in docker and my Templates are docker-in-docker based. |
This was causing boatloads of connects to reestablish every time... See #6746
This was causing boatloads of connects to reestablish every time... See #6746
This was causing boatloads of connects to reestablish every time... See #6746
This was causing boatloads of connects to reestablish every time... See #6746
This was causing boatloads of connects to reestablish every time... See #6746
@renesas-brandon-hussey @edmondsiu0 v0.20.1 is coming out, and it should fix the problem for y'all! |
It's out now! |
🥳 |
Sick! Happy to hear it :) |
I have updated to v0.20.1 and in my initial testing the issue is fixed. Thanks for the quick turnaround! |
Of course! Apologies that it happened in the first place, but now our code is improved, so win win. |
Hi Coder team, first of all, thanks for Coder!
I have noticed an issue with the latest version of Coder
v0.20.0
, after upgrade the following features results in (near) blank page stuck forever loading:No network activities were captured by Chrome while it sits there waiting to load (screenshot below shows code-server).
With that being said, some activities were seen on the container with code-server running, indicating "invalid initiation message".
I was able to replicate this issue on both my existing coder installation, as well as a fresh upgrade from a clean
v0.19.2
.The text was updated successfully, but these errors were encountered: