- Notifications
You must be signed in to change notification settings - Fork920
Closed
Description
Ran into this while testing out some of the RDP Coder module stuff
Problem
Trying to download the logs for a workspace that has failed throws an uncaught UI error. In addition, navigating away from the page and then trying to go back to the page still causes that error to persist. The page doesn't become usable again until you do a full page refresh from the browser.
Steps to reproduce
- Create a template that will run a script that is guaranteed to fail
- Create a new workspace from that template
- Navigate to that workspace's page
- Click the Additional Actions dropdown menu, and then "Download Logs"
- Once the uncaught error is thrown, press back on the browser
- Try to navigate back to the workspace page
- See the same uncaught UI error
Video
Screen.Recording.2024-06-28.at.2.03.37.PM.mov
Workarounds
- As mentioned above, you can get around this by refreshing the page, but trying to download the logs again causes the issue to reappear.