vinciarts
I followed the steps of the tutorials one by one. The Vue works. But SvelteKit shows this:
TypeScript
AppwriteException: The current user is not authorized to perform the requested action.
at Client.<anonymous> (file:///Users/v/Local%20Projects/aw%20playgournd/node_modules/.pnpm/appwrite@13.0.2/node_modules/appwrite/dist/esm/sdk.js:391:27)
at Generator.next (<anonymous>)
at fulfilled (file:///Users/v/Local%20Projects/aw%20playgournd/node_modules/.pnpm/appwrite@13.0.2/node_modules/appwrite/dist/esm/sdk.js:22:58)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
code: 401,
type: 'user_unauthorized',
response: {
message: 'The current user is not authorized to perform the requested action.',
code: 401,
type: 'user_unauthorized',
version: '0.12.96'
}
}
Forgive me if this issue is stupid 🥲
TL;DR
The SvelteKit tutorial is throwing an error: "The current user is not authorized to perform the requested action." This issue is likely related to user permissions. Make sure the user has the necessary permissions to access the requested action. Recommended threads
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...