I have implemented createOAuth2Session with gmail. The login and user creation is doing fine. But, when this user is trying to create a new account, I am getting this error. How to change the role of this user to admin or something who can create an account? Can I do it in console?
User (role: guests) missing scope (account)
I checked the current session too and it's working
@Moderator any help?
Hi there 👋
So, I think this error implies that the user session was not detected by Appwrite.
This might help you: https://github.com/appwrite/appwrite/issues/1203#issuecomment-850787160
@joeyouss, I am using both the frontend and appwrite on localhost. Then why would there be custom domain problem?
The browser may not be setting or sending the cookie
Recommended threads
- Paused project can't activate
I have failed to reactivate one my projects which had been paused
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...