
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
- Request failed while trying to migrate
I want to migrate a self hosted appwrite instance to another one. When i enter the source data in the new appwrite instance and click next and wait a minute, i ...
- Appwrite API and Console keep failing
i have an appwrite docker container.... Somehow today it suddenly startet to keep failing every half an hour to two hours. The server is reachable via ping but ...
- Install node-18 as function runtime?
How do i install node-18 function runtime to my appwrite on localhost? I have upgraded to appwrite 1.6.1. I can't find anything on Google and none of the ChatGP...
