Hi there, I'm relatively new to programming and am following a tutorial on youtube just to get an idea of how this all is suppossed to work. Now Im setting up the back end and I keep getting this error "User (role: guests) missing scopes (["account"])" when I try to login or logout. As far as I can tell the issue comes from account.get() and account.deleteSession("current"). Tried to solve it by googling and asking AI, and Ive figured out a workaround for the login and account.get() but the logout still doesnt work. Can anyone help me resolve this?
Recommended threads
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...
- How to determine if a user is anonymous?
This is probably a silly question, but I have not yet found a good answer. Is there a method to determine if the current session is anonymous aside from seein...
- Anonymous Sessions using Node SDKs
I am attempting to use anonymous sessions with the Node SDK but I have simply no idea how to persist the session to a cookie, pass it to the session client, etc...