Using appwrite client to handle account auth methods login logout.
i do login- with credentials, on the browser the cookies value is being set from Domain: .cloud.appwrite.io as Name: a_session_[project_id], also From Domain: .appwrite.io as Name: a_session_console
I do logout- only the cookies named a_session_[project_id] is getting deleted rest cookie values remains in my browser
probably that causing user : guest role 401 error.
do i need to someway delete those remaining cookies too ?
attachment: this is when logged in :
attachment: this is after logout
@Steven can please guide me
Recommended threads
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...
- 401 - Project not accessible in this reg...
Hi Appwrite team, I’m experiencing a Cloud Console issue with my NYC region project. Problem: - Some Console pages return: “401 - Project is not accessible ...
- 401 - Project not accessible, Singapore ...
Hi, I'm getting a 401 error when I try to open my project from the Appwrite Cloud console dashboard. Project ID : sgp-6a04326f002bd04cc420 Region : Singap...