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
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Synchronous function execution timeout w...
I am calling server functions with xasync = true and I still get this error message. Synchronous function execution timed out. Use asynchronous execution inste...