401 (Unauthorized) User (role: guests) missing scope (account) after logout
- 1
- Databases
- Auth
- Web
This error goes away after login but appears again after logout
@D5
Please, avoid pinging random people 😅
You get this after running account.get() after logout, right?
If so, that's expected, because it means the user is not logged in (there's not an active or valid session)
Can't it go away
???
What do you mean?
Will this error keep showing?
If you mean removing the error, I think not unless you fork the SDK. But you can just ignore it as it should not affect the app behavior or similar
If you try to run account.get() without a session, then yes, but as mentioned it's something you can just ignore
ok thankyou
Recommended threads
- Issue with relations on database
I'm creating a food ordering website for businesses. I'm having issues with the relations on my database I attached the attributes for the collections I'm hav...
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...