
I keep getting a 401 error when reloading my a page on my development server. Not sure why this is happening since I've been logged into the server and there are no issues with any actions on my server that require authorization.

full stack trace is AppwriteException: The current user is not authorized to perform the requested action.
at Client.<anonymous> (file:///home/aok/trello-clone/node_modules/.pnpm/appwrite@11.0.1/node_modules/appwrite/dist/esm/sdk.js:391:27)
at Generator.next (<anonymous>)
at fulfilled (file:///home/aok/trello-clone/node_modules/.pnpm/appwrite@11.0.1/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.54'
}
}
Recommended threads
- what is the best way to redirect a prett...
I tried to do this in a function, but after redirecting to the bucket and try to play video, i get CORS error: The 'Access-Control-Allow-Origin' header has a va...
- Can't download a file through the AppWri...
Heya! SO I am learning backend using Node.js. I am using AppWrite for storage, and in the application I want the files to be downloaded, which are stored by the...
- Vite build permission failed
im trying to deploy a react site using appwrite sites and it keeps failing to build ```2025-08-10T20:20:15.168371867Z [20:20:15] [open-runtimes] Environment pr...
