Skip to content
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

Cloud Webapp Create new Workspace button errors out. #5221

Closed
davinchia opened this issue Aug 5, 2021 · 3 comments · Fixed by #5198
Closed

Cloud Webapp Create new Workspace button errors out. #5221

davinchia opened this issue Aug 5, 2021 · 3 comments · Fixed by #5198
Assignees
Labels

Comments

@davinchia
Copy link
Contributor

Current Behavior

Screen Shot 2021-08-05 at 2 41 17 PM

Creating a new workspace via the UI doesn't succeed.

From logs it looks like the call to /api is succeeding but the call to /cloud isn't due to a typo. The request is doing billingUsedId instead of billingUserId.

Expected Behavior

New workspace should be created.

@davinchia
Copy link
Contributor Author

@jamakase this should be an easy fix :)

@jamakase
Copy link
Contributor

jamakase commented Aug 5, 2021

@davinchia it feels like you were running old version of webapp as this error was fixed.

Currently, there is another issue, why this button fails #5206.

As discussed in slack as a temp workaround I am going to call create permissions endpoint manually.

@davinchia
Copy link
Contributor Author

let me try with the latest from your branch

@jamakase jamakase linked a pull request Aug 9, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants