Rank 1: Thread
- I have appwrite deployed to digital ocean, with CNAME record on netlify such that my appwrite instance is at admin..io
- I have an SPA hosted on netlify which is served at demo..io
- have oauth provider configured in appwrite (at the moment I'm using slack)
when I attempt to create an oauth2 session, I am redirected to the oauth provider, and then back to the SPA where I see this error:
{ "message":"User (role: guests) missing scope (account)", "code":401, "type":"general_unauthorized_scope", "version":"1.2.0"}