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
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...
- relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on proc...
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...