
[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
- Realtime didn't work in react native exp...
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
- SSR Auth: Redirect happens before cookie...
I followed these docs https://appwrite.io/docs/tutorials/nextjs-ssr-auth/step-7 However, when having successfully logged in via google, I get immediately redire...
- I had a new error pop up today when test...
I've been working on my app, it worked fine previously but now I recieve Invalid Origin: Register your new client as a new iOS platform on your project console ...
