
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
- Cannot create a user
Hi, I am using a lowcoder frontend and trying to create a user in Appwrite (python function). Unfortunately, all I got is an error: "Raw body: Error". It means...
- Where is tensorflow support? 3.11 ML doe...
and if i manually tried to add tensorflow i get Cannot access offset of type string on string no matter what
- OAuth2 Error: invalid success param url ...
Hi everyone! I'm trying to implement Google OAuth2 login in a React Native app (using the Android simulator) with Appwrite Cloud, and I'm getting the following ...
