Web Developer
I am following a tutorial online, When i want to create a new appointment, i get the following error in my terminal:
AppwriteException: Server Error at _Client.call (webpack-internal:///(action-browser)/./node_modules/node-appwrite/dist/client.mjs:287:13) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Databases.createDocument (webpack-internal:///(action-browser)/./node_modules/node-appwrite/dist/services/databases.mjs:1673:12) at async $$ACTION_0 (webpack-internal:///(action-browser)/./lib/actions/appointment.actions.ts:21:32) .... at async requestHandlerImpl (C:\Users\Nukelimer\Desktop\Projects\remi-law-firm\node_modules\next\dist\server\lib\router-server.js:377:13) at async Server.requestListener (C:\Users\Nukelimer\Desktop\Projects\remi-law-firm\node_modules\next\dist\server\lib\start-server.js:141:13) { code: 500, type: 'general_unknown', response: { message: 'Server Error', code: 500, type: 'general_unknown', version: '1.6.0' } }