[500] GET /dashboard ReferenceError: user is not defined at _page (src/routes/dashboard/+page.svelte:24:2) at eval (.svelte-kit/generated/root.svelte:71:5) at _layout (src/routes/+layout.svelte:12:18) file:///Users/lovekenolustra/Desktop/WebApp/dola/node_modules/appwrite/dist/esm/sdk.js:692 throw new AppwriteException(data === null || data === void 0 ? void 0 : data.message, response.status, data === null || data === void 0 ? void 0 : data.type, responseText); ^
AppwriteException: User (role: guests) missing scopes (["account"]) at Client.<anonymous> (file:///Users/lovekenolustra/Desktop/WebApp/dola/node_modules/appwrite/dist/esm/sdk.js:692:23) at Generator.next (<anonymous>) at fulfilled (file:///Users/lovekenolustra/Desktop/WebApp/dola/node_modules/appwrite/dist/esm/sdk.js:19:58) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) { code: 401, type: 'general_unauthorized_scope', response: '{"message":"User (role: guests) missing scopes (["account"])","code":401,"type":"general_unauthorized_scope","version":"1.8.0"}' }
Recommended threads
- Failed to create function
Hey everyone ๐ I'm having an issue creating Functions on Appwrite Cloud and I'm not sure if it's a platform bug or something wrong in my project. When I try t...
- Function deployment failed: Unable to re...
Hi Appwrite team, I have been experiencing persistent errors when i attempt to push my appwrite functions. The logs on the deployment detail page on the console...
- One to many 2 way, console UI not correc...
Hey, seems I'm facing the exactly same issue with this one: https://github.com/appwrite/appwrite/issues/6016 Since this Github issue stay open for so long, let ...