am trying register a user in my nextjs app with signUpWithEmail but am getiing error
code: 500,
type: 'general_unknown',
response: {
message: 'Server Error',
code: 500,
type: 'general_unknown',
version: '1.6.1'
}
}
AppwriteException: Server Error
at _Client.call (webpack-internal:///(action-browser)/./node_modules/.pnpm/node-appwrite@14.1.0/node_modules/node-appwrite/dist/client.mjs:287:13)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Account.create (webpack-internal:///(action-browser)/./node_modules/.pnpm/node-appwrite@14.1.0/node_modules/node-appwrite/dist/services/account.mjs:75:12)
at async signUpWithEmail (webpack-internal:///(action-browser)/./src/app/(auth)/signup/action.ts:34:9)
Could you provide your code snippit that is doing this?
it working now, it was my network
Alright :) Glad it's resolved.
[SOLVED] Server Error
Recommended threads
- API key without database.read/write
I had some issues with my previous API key and I deleted it then I wanted to create a new one and discovered the database checkbook has no database.read/write j...
- dynamic key missing scopes for database ...
Here are the scopes listed, I get permission errors for reading row and document. Appears to be missing since last time i checked. Database 6 Scopes policies....
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?