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
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...