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
- CORS preflight returns 500 on Dart funct...
Hey everyone 👋 I’m running a Dart cloud function, Every time I respond to a preflight (OPTIONS) request, I get a 500 internal error, and the logs show: ```NoSu...
- execution failed
When executing an appwrite function, I'm getting a 500 error, but I don't see it in executions. This issue appeared today. Here's the appwrite function ID: 68b4...
- User Labels use Operator.arrayInsert(‘la...
Can I use the new db operators on user labels or roles?