Rank 1: Thread
Hi, I need your support please.
I am trying to deploy my first function to a self-host installation. I was able to execute functions locally but not in my server.
I have tried with different URLs:
- .setEndpoint('http://app.do.inspiracode.com/v1')
- .setEndpoint('https://app.do.inspiracode.com/v1')
- .setEndpoint('http://137.184.113.45/v1')
- .setEndpoint('http://traefik/v1')
- .setEndpoint('http://appwrite/v1')
however I am getting error: "Execution timed out."
I can see in my logs:
"GET users" (take a look at the screenshot)
So I assume this has to do with the endpoint URL
Could you help me please 🙏