-
Notifications
You must be signed in to change notification settings - Fork 887
bug: workspace screen not loading #6807
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
Thanks for sharing this! |
Running into this as well. |
@BrunoQuaresma, I am unable to access my workspace now. Watch the screen recording. Recording.2023-03-28.110704.mp4 |
Root cause was that the WorkspacePage component was hitting
This equates to asking "Can I read all workspaces?", which will not be true for a "Member". The following payload returns
This came from the following:
As we're in the process of fetching the workspace by owner and name, we don't necessarily have the workspace ID available in the current context. For the moment, I reverted the commit. |
Needs a release |
Fixed in v0.21.1. |
Recording.2023-03-27.170542.mp4
Do you see how I cannot launch the workspace on the first click? This happens if another workspace is stopping or starting.
@BrunoQuaresma
The text was updated successfully, but these errors were encountered: