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
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...