
I logged out currently logged in user. I tried to create OAuth2Session with github as provider. It redirected to github page and... Redirected to success url which was given in function. I had given Authorization callback in github as the one which was given by Appwrite console... When I get user.. It is showing guests has no scope to account

It's probably a 3rd party cookie problem.
For local development, maybe you can change your browser settings to enable 3rd party cookies.
In production, you'll need to use custom domains
Recommended threads
- approve deployment do not work
In https://github.com/cennso/cennso-website/pull/2 I see failing and when I go to https://cloud.appwrite.io/console/git/authorize-contributor?projectId=68f64b7b...
- Function execution stuck in "Processing"...
Hey! Is there any way to stop function execution? I know, I can set a timeout in seconds and I did. This particular function have 900 seconds timeout set in Clo...
- Messaging via Resend: "to": "\"undisclos...
I'm using the node-appwrite@18.0.0 SDK. ``` await messaging.createEmail({ messageId: ID.unique(), subject: "Subject", content: `htmlCont...
