Web Developer
- 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
}