[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
- All projects deleted
Hello, from the appwrite console last week I re-activated some of my old project and published them, yesterday I checked and none of the apps were working, now ...
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- My account got banned without obvious re...
Hello, I’m a normal user of Appwrite. Today I found my account was banned suddenly, and I can’t log in normally. I have only been doing normal development and...