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
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...