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
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...