You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turning this into an issue for documentation purposes. I'm dropping everything and working on this now, and gunning to have this done by end of day
Updates
I think I got this figured out – when we started trying to embed more and more data into the HTML to speed up queries, we didn't update all the query logic to account for the fact that even when we log out, there's still going to be user data in the HTML
None of the unit tests caught this because the metadata doesn't exist in the JS runtime – it only exists when we're actually serving files through the Go backend
Steps to reproduce
Log into Coder via Google OAuth (I'm using Coder Dogfood)
Click the user icon in the top-right corner
Click "Sign out"
Immediate "Unexpected application error" based on permissions being unavailable
Video
Screen.Recording.2024-05-02.at.9.17.04.AM.mov
Notes
As far as I can tell, this is strictly an issue on the UI side. The log out request is correctly going through, but the UI isn't syncing correctly afterwards
The text was updated successfully, but these errors were encountered:
Parkreiner
added
site
Area: frontend dashboard
s2
Broken use cases or features (with a workaround). Only humans may set this.
bug
labels
May 2, 2024
Parkreiner
changed the title
site: Logging out out of the dashboard immediately throws an "unexpected application error"
site: Logging out out of the dashboard immediately throws an "unexpected application error" for Google logins
May 2, 2024
Parkreiner
changed the title
site: Logging out out of the dashboard immediately throws an "unexpected application error" for Google logins
site: Logging out of the dashboard immediately throws an "unexpected application error" for Google logins
May 2, 2024
Parkreiner
changed the title
site: Logging out of the dashboard immediately throws an "unexpected application error" for Google logins
site: Logging out of the dashboard immediately throws an "unexpected application error" when using the Go backend
May 3, 2024
Parkreiner
changed the title
site: Logging out of the dashboard immediately throws an "unexpected application error" when using the Go backend
site: Logging out of the dashboard immediately throws an "unexpected application error" when using the Go backend (including production)
May 3, 2024
Turning this into an issue for documentation purposes. I'm dropping everything and working on this now, and gunning to have this done by end of day
Updates
Steps to reproduce
Video
Screen.Recording.2024-05-02.at.9.17.04.AM.mov
Notes
The text was updated successfully, but these errors were encountered: