- 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
- All function deployments fail (node 18-2...
Error: bash: /usr/local/server/helpers/build-cache.sh: No such file or directory Sidecar error: Build archive was not created at /mnt/code/code.tar.gz Scope: ...
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Database Write Limits hit
Hello Appwrite Admins, I'm a GitHub Education user, and about a week ago, my database was really badly optimized, resulting in about 600k writes in a single day...