Hello there! I am running a custom deployment of appwrite on premise using the docker container. When attempting to deploy a function, the deployment succeeds without any errors or warnings. But running the function / testing it through the UI does not work and gives me a very non-descriptive server error
message with no additional details. The execution tab does not show any executions of the function which means it is probably never ran.
one thing that I have noticed is that the automatically generated domains are malformed and look like this:
${function_id).https://...
could this be the reason executions through the UI are also failing?
Do you have some advice on how to start debugging this? Which environment variables to modify?
Recommended threads
- type 'Null' is not a subtype of type 'bo...
Flutter Appwrite Package is throwing this error when trying to get currently logged-in user. I'm using `Appwrite v1.6.0` self hosted and Flutter's `Appwrite S...
- Server Error 500 when trying to update a...
I have a collection which has been working fine. I have created a new relationship attribute on it. When I try to add a record for this relationshhip to my ot...
- Help with running queries in n8n (self-h...
Hi, I'm trying to query a collection using n8n and Postman. Does anyone have any thoughts on where I am going wrong? Thanks in advance for any help! https://...