Opening Project I get "500 Internal Error" added what i see on the page and in dev console
Hey! That's a cert validation error on Appwrite's end (ERR_CERT_AUTHORITY_INVALID) causing the fetch to fail, which is likely what's triggering the 500. It could be a misconfigured SSL on their Fra (Frankfurt) cloud instance or a temporary hiccup on Appwrite's side. Happy to help you get this sorted are you on Appwrite Cloud or self-hosted?
Appwrite Cloud
Recommended threads
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- Magic Link token automatically consumed
Hi, I'm using the Magic Link auth system with Appwrite Cloud and I'm running into huge issues getting users to log in successfully. About 9 times out of 10, th...