
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
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
- function stuck on 'processing' forever i...
I've made an image to zip convertor function, when I execute it through console it's forever stuck on 'processing' but when I try to execute it through postman ...
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
