I have a session there then why ??
TL;DR
Developers are experiencing an issue with missing account scope in their API, specifically related to email authentication. To resolve this problem, they need to navigate to Overview > Integrations > API Keys > open their API > Scopes > check the necessary scopes > Update. This should address the error and allow for successful email login.this is email auth
What's your exact error?
this is probably because missing account scope in your in API
overview > integrations > API keys > open your API > Scopes > check necessary scopes > Update
Recommended threads
- 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...
- android platform invaild origina
It happened today suddenly. Our app says invalid origin. And appwrite cloud says every time we tried to add the app to it: "param platformId" is not optional.
- 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...