Just updated Appwrite and getting this:
{ message: "Server Error", code: 500, type: "general_server_error", version: "1.4.9" }
As soon as I tap on my repository.
When trying to create a function.
@Meldiron can you take a look here?
Did you have setup the github env variables?
What do the docker logs for the appwrite container show related to this request?
Not sure what you are asking but nothing new popped. I do have a few functions from 1.3.7 in GitHub.
Server error on 1.4.9 when clicking on repository
Will get those and get back with them 👀
Solved by updating.
[SOLVED] Server error on 1.4.9 when clicking on repository
Recommended threads
- Random function timeouts
Sometimes my function runs without issue and I can see my logs in the Logs tab on cloud.appwrite.io. Other times, the function fails with a 500 status code, the...
- Transaction and Session
I've been debugging for hours a problem that now I think it's because It's not allowed: In my project a user log in using the `node-appwrite` SDK (SSR) I store...
- Appwrite loading issue with Nuxt UI
For some reason when I add nuxt ui to my nuxt 4 project, appwrite will build the project but the project website will load indefinitely. Without adding Nuxt UI,...