
I've set up the functions following the docs. Everything works fine but I can't seem to execute the functions using my domain. I've setup a wildcard dns record: *.functions.cloud.roehrdanz.com
but the only thing returned by any request to any function using that domain is 404 page not found.
My Appwrite setup is probably one of the more advanced ones because Im self hosting it on my own VMs using Proxmox and a dedicated server. On the host machine I have Nginx Proxy Manager to route all trafic to the specific VMs. In NPM I also have a wildcard proxy host setup pointing to the Appwrite VM with the according SSL certificates. Did I forget to setup something or is my routing off or maybe another issue?

🤦♂️ I've immediately found my issue right after posting this. In NPM I had set the protocol to http
by accident. Changing it to https
fixed my issue

[SOLVED] Functions always return 404 page not found
Recommended threads
- API Endpoint to Verify Password.
I have 2 use cases where i need to verify a users password outside of login, e.g. Updating user account data (such as name, or prefs, or data in a users databa...
- Corrupted files on AWS S3
Hello! I'm having trouble using S3 storage with appwrite for file uploads. It happens when uploading files from the Javascript SDK or from the console. The fi...
- 500 server error
Pretty please.. trying to run the last 1.7.4 version on a coolify instance.. i searched like everywhere.. i changed the console to 6.0.41 too.. i tried to hardc...
