- Navigate to https://cloud.appwrite.io/console/login and login
- Navigate to your account (https://cloud.appwrite.io/console/account)
- Click the "Logout" button on the page and I receive the following error: 401 User (role: guests) missing scope (account)
- Refresh page confirms that you are indeed logged out
I believe this is also connected to another issue I'm having with this new account:
CLI Login gives this error:
AppwriteException [Error]: fetch failed at Client.call (PATH/.nvm/versions/node/v16.17.0/lib/node_modules/appwrite-cli/lib/client.js:192:13) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async accountCreateEmailPasswordSession (PATH/.nvm/versions/node/v16.17.0/lib/node_modules/appwrite-cli/lib/commands/account.js:1016:16) at async loginCommand (PATH/.nvm/versions/node/v16.17.0/lib/node_modules/appwrite-cli/lib/commands/generic.js:57:9) { code: undefined, response: undefined }
Looks like that means the user is not logged in so the logout button worked, but you didn't got redirected.
Do you can create a github issue for this?
I was logged into the admin dashboard and am able to perform many actions, however some things take multiple attempts to save (e.g. saving DB updates)
I recommend cleaning the browser cache for the appwrite website or trying in an incognito tab as it's probably an issue with the cache or cookies
Recommended threads
- Functions Problem
Whenever I run my AI Generate through Appwrite Functions, I am getting this Call Stack AIService.generateServer (src\services\ai\gemini.ts) next (<native>) ...
- Frequent 500 Internal Server Errors - Pr...
PROJECT ID: 6951f2xxxxx1ee9e750a REGION: Singapore (sgp.cloud.appwrite.io) PLAN: Pro Our production application experiences **500 Internal Server Errors** mult...
- Issue with Custom SMTP
Hey everyone, I'm facing an issue when updating my Custom SMTP settings on Appwrite Cloud. The UI fails silently (no visual errors), but when checking the cons...