- 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 }
Recommended threads
- Realtime connection with authenticated s...
I'm trying to get a realtime connection set up in Next.js, in a client side component for "chats." I have tested my code with a collection that has "any" read p...
- getting {"name":"AppwriteException","cod...
Hey, so im running a express node server and im trying to delete/upload files over it, ```typescript await storage.deleteFile( process.env.APPWRITE_BU...
- How appwrite functions actually work how...
**here is the client side code ** const handleSubmit = async () => { console.log("Form submitted:", { landlordId, tenantDetails, selectedP...