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

Creating a new project when in the context of an Edge project hangs #1123

Closed
matthewelwell opened this issue May 17, 2022 · 1 comment · Fixed by #1132
Closed

Creating a new project when in the context of an Edge project hangs #1123

matthewelwell opened this issue May 17, 2022 · 1 comment · Fixed by #1132
Assignees

Comments

@matthewelwell
Copy link
Contributor

When you try to create a new project when viewing the dashboard in the context of an 'Edge' project (i.e. a project that has use_edge_identities: true), clicking the 'Create Project' button hangs and never completes.

Likely this is due to the following network request failure:

image

The FE should use the value of use_edge_identities on the response from the POST request to create the project to determine which endpoint to hit to create the initial identity.

@matthewelwell matthewelwell added this to the Front End ToDo milestone May 17, 2022
@kyle-ssg kyle-ssg linked a pull request May 18, 2022 that will close this issue
@kyle-ssg
Copy link
Member

Yep makes sense, it thought the current "active" project was edge so it called the wrong endpoint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants