builder icon indicating copy to clipboard operation
builder copied to clipboard

There is a race condition between the generated identity and the first fetch of resources

Open kevinszuchet opened this issue 11 months ago • 0 comments

🎉 Description

  • [x] 🐛 This is a bug report.
  • [ ] 📈 This is a feature request.

📝 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 ]

- 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.

kevinszuchet avatar Sep 18 '23 13:09 kevinszuchet