Hello Guys i have setup appwrite auth (Email Password, Google and Github). All auth methods works fine on the chrome based browsers but it has a strange issue with just github oauth on firefox based browsers
Getting User (role: guests) missing scope (account) this error.
Problem is with session creation ig.
I am using custom domain for endpoint and sending request form localhost:3000
@Support
I am seeing the same error in cloud today, 24 hours later
Yes
@Support @Moderator
As you have that problem only in firefox, it may be firefox policy about third party cookies. Try allowing it
https://support.mozilla.org/en-US/kb/third-party-cookies-firefox-tracking-protection
Will try and let you know
@Ayush Sharma Make sure to use a custom domain for production
Yes i am already using it. I will test it out in some browsers and let you know
Yea this is a result of 3p cookies, I had this problem w/ localhost on every browser but chrome. Enabling 3p cookies fixed for localhost, it was fine on production.
Recommended threads
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...