AppwriteException: Server Error at Client.<anonymous> ..... at Generator.next (<anonymous>) at fulfilled .....node_modules/appwrite/dist/esm/sdk.js:22:58) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { code: 500, type: 'general_unknown', response: { message: 'Server Error', code: 500, type: 'general_unknown', version: '0.12.106' } }
same issue
I am of dealing with the same issue since yesterday
Can you check your Appwrite version in your package.json, mine was "appwrite": "^14.0.0-rc.5", and I found out rc version is why I am having this issue but I haven't figured out how to depreciate to other versions
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- 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...