
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
- DNS help
I need the appwrite console in api.xxxxxxx.com and a next.js website in xxxxxxx.com how can i achive this
- My DBs disappeared from my console and g...
Hello Team, Out of the blue, my express app started encountering 401 errors in fetching data. Upon logging into my console, I cannot see my databases anymore ...
- Appwrite sites domain not updating
Whenever I commit and sync changes to my github repo which has my website. If i try to go to the domain that was given to me "https://nameofwebsite.appwrite.net...
