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
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!
- One-time Cloud migration blocked by data...
Hi, I’m blocked on a one-time migration from Appwrite Cloud to my self-hosted Appwrite instance. We already fixed the region issue, and the migration now corre...