I getting [500] User (role: guests) missing scope (account)
on localhost get above error accessing with nuxt-appwrite, creates session but I get error with account.get().. tried to push to domain xyz.com. and appwrite in on api.xyz.com getting error.
I really need to know how to get this working what are all the configs I need read somany things.
I just need a webapp to connect to appwrite hosted and local with oAuth.
Nuxt...are you using any sort of server side code?
The error you're seeing means there is no session. If you have server side code, the session may be client side rather than server side or the session was server side but doesn't persist automatically
I'm having what I think is the same issue. I have appwrite deployed to digital ocean, and SPA hosted on netlify. netlify has cname record pointing to appwrite droplet, so aw is at admin.<thething>.io and the SPA is at demo.<thething>.io. once redirect back to app loads, the get to accounts fails with the message above. I really want to get this working because so far appwrite is awesome, just need to get over this invisible hurdle!
Might be best to create a new support post
Recommended threads
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...
- GitHub Student Login Loop Issue
signed up using my GitHub Student Developer Pack. However, whenever I click "Sign in with GitHub", I get stuck on the login page. No matter how many times I try...
- Google OAuth Not Working on Brave/Firefo...
I'm having an issue with Google OAuth in my React + Appwrite app. After login, the dashboard is accessible only in Microsoft Edge, but fails in Brave and Firefo...