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 the user enters the builder in a tab that fetches resources (the Collections tab for example), if the user needs to sign to generate an identity, there is a race conditions that makes the request to be unauthenticated.
🔢 Steps To Reproduce Issue [ Good To Have ]
- Enter the builder without logging in
- Go to the Collections tab
- Sign in
- The list of collection will load forever because the request is unauthenticated because the identity hasn't been yet generated.
The text was updated successfully, but these errors were encountered:
🎉 Description
📝 Details
When the user enters the builder in a tab that fetches resources (the Collections tab for example), if the user needs to sign to generate an identity, there is a race conditions that makes the request to be unauthenticated.
🔢 Steps To Reproduce Issue [ Good To Have ]
The text was updated successfully, but these errors were encountered: