[SOLVED] Oauth - AppwriteException: User (role: guests) missing scope (account)
- 0
- Resolved
- Self Hosted
- Web
Local install, v1.4.1
i'm calling google oauth to create a session, google sends back success, the user is added to appwrite, and server correclty redirects back to the success app URL.
All good so far.
But the session doesnt seem to be created - as soon as I call account.getSession('current') in the success callback handler, I get the error AppwriteException: User (role: guests) missing scope (account)
Any ideas?
you might be facing a problem with 3rd party cookies. is the hostname for appwrite a subdomain of your app?
aaaah - good shout! damn Firefox!!!
it's okay...it's more secure that way 😕 even though security almost always clashes with convenience
[SOLVED] Oauth - AppwriteException: User (role: guests) missing scope (account)
@Drake , hi, may I know what this means? if the self-hosted appwrite is https://appwrite.myhost.com , then what is the success URL looks like?
Please create a new <#1072905050399191082> post
Recommended threads
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- Migration from Cloud to Self-Hosted not ...
Hello Appwrite Community, I've got the problem, that when I try to migrate my Appwrite Project from the cloud to my self-hosted Appwrite, that an API Key is mi...
- I can't migrate my project from Appwrite...
I'm having an issue migrating my Appwrite project to a self-hosted instance. The problem is that I've exceeded my read rate limit (or database read limit), so I...