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
- Appwrite project paused
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...
- Missing Invoice
Hi! I need help with billing on my account (marelu@gmail.com). I have never received a single invoice by email. My organization has been on the Pro plan since...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...