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
TL;DR
Developers are encountering an issue with GitHub OAuth on Firefox browsers while using Appwrite auth. The error message "User (role: guests) missing scope (account)" indicates a problem with session creation. The setup works fine on Chrome-based browsers. The problem may be related to the custom domain for the endpoint and sending requests from localhost:3000.