As title says I can't seem to login it creates the session sucessfully at first as seen here, but fails when try to run account.get()
Do i need to manuelly save the session or something?
TypeScript
Login successful with session ID: 679d678cc72a99373153
Authentication check failed: User (role: guests) missing scope (account)
TL;DR
Developers' login function is not working properly even though the session is successfully created. The issue arises when trying to run account.get(), resulting in an authentication error due to a missing scope for the user. The developer may need to manually save the session or update permissions to resolve the issue.I"m using createEmailPasswordSession and I see the session sucessfully created in my dashboard
Recommended threads
- Get Profile picture
If I made an app where user need to sign in with Google. Now how do I access the user profile picture?
- [Solved]
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...
- [Solved] Appwrite project paused
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...