Im facing an issue where newly registered accounts hitting unauthorized when calling updateverification method. As attached is the screenshot of the error.
[In the screenshot, i marked]
- after registering, created session for user
- landed on email verification page
- unauthorized error
@Steven Do you need my project id or user id? can i DM you for that?
Although the error was there, the account was verified when check from console.
Recommended threads
- Courtesy limit reset for non-profit migr...
Hi Team! I'm the architect for a 501(c)(3) non-profit project (Aaria's Blue Elephant) and we just hit our Free plan Database Read limit (currently at 164%). Th...
- RBAC design question
Hi, I am trying to create RBAC so we will have multiple orgs in the app each org will have 3 roles (admin, member and read only) what is the best way to go ab...
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...