
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 🙏

For the endpoint, you should use whatever you would use to access Appwrite in your browser /v1
(the second one here seems to be correct).
Are you sure the envvars are being set correctly?

I was just following the instructions in another thread and it seems it is now working, let me double check, I will let you know 🙂 https://discord.com/channels/564160730845151244/1155442466426736651/1156022884049879080

wow, it is working now, it had to do with firewall settings in my digital ocean droplet, I appreciate your quick response

If your issue has been solved, you can close this post by adding “[SOLVED]” to the beginning of the title

sure thank you

[SOLVED] Functions timeout execution
Recommended threads
- Logs do not work when debugging openrunt...
Hey there. Trying to debug some openruntimes functions locally. I manage to run the server and make requests to it, but for some reason the logger is not printi...
- Issue: Incorrect input type for cron sch...
Description: The input field for setting the function schedule is of type email, which prevents entering a valid cron expression. Error Message: Please include...
- Invalid document structure: Unknown attr...
Hi, when i delete a former attribute from a collection, and then i use the databases in a function or web, i get this error: ```Invalid document structure: Unkn...
