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
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:
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.
The text was updated successfully, but these errors were encountered:
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:
The FE should use the value of
use_edge_identities
on the response from thePOST
request to create the project to determine which endpoint to hit to create the initial identity.The text was updated successfully, but these errors were encountered: