
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
- User (role: guests) missing scopes (["te...
I keep getting this error: ```AppwriteException: User (role: guests) missing scopes (["teams.read"]) at new AppwriteException (/usr/local/server/src/functio...
- My cookie don't have a value
I'm trying to authenticate an user with the python 12.0.0 server SDK. The function `create_email_password_session ` returns a dictionary in which the secret key...
- I got arhcived project, but I didn't it
Hello, help me please, I can't use my main project in appwrite
