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
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- Magic Link token automatically consumed
Hi, I'm using the Magic Link auth system with Appwrite Cloud and I'm running into huge issues getting users to log in successfully. About 9 times out of 10, th...
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...