I am developing a task management app that uses Appwrite auth. My project is hosted on Appwrite cloud and I've created basic server-side authentication following the Next.js SSR authentication docs.
Most of the time, when registering a new user through my app, it works just fine and I receive the 200 code and create a new user as intended. Unfortunately, in the past few hours, I've been receiving the 500 general_unknown error inconsistently.
Project ID: 6753d8760022acf2006b
Since I can't really post the full code snippets here, Github Repo: https://github.com/robeeds/task-management-app
- Important files are @/src/lib/server/appwrite.ts @/app/api/signup/route.ts
Recommended threads
- All projects deleted
Hello, from the appwrite console last week I re-activated some of my old project and published them, yesterday I checked and none of the apps were working, now ...
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- My account got banned without obvious re...
Hello, I’m a normal user of Appwrite. Today I found my account was banned suddenly, and I can’t log in normally. I have only been doing normal development and...