joser
I was able to successfully use localhost authorization callback locally, but after publishing flutter web to github page, authorization prompts the following error
{"message":"User (role: guests) missing scope (account)","code":401,"type":"general_unauthorized_scope","version":"0.11.27"}
TL;DR
The user is experiencing a callback error related to GitHub authorization. The issue is likely caused by 3rd party cookies. The solution is to search for similar posts for guidance. Additionally, the user tried OAuth for authorization and it worked locally, but encountered an error after publishing to a GitHub page. The error message states that the user is missing a scope, causing a 401 unauthorized error. Drake
So you're authenticating using oauth?
joser
Yes, I tried OAuth as mentioned in the documentation for authorization.
Drake
The problem is most likely with 3rd party cookies. You can search for similar posts regarding this
Recommended threads
- Upgrade Issue
Am having issue upgrading my appwrite account to pro as my card number is 19 and the required input is 16 digit
- createEmailPasswordSession Error using S...
Did someone succeed using SSR approach for login?
- [Solved] how to get user prefs from serv...
i want to get a specific users preferences from serverside maybe i missunderstood something