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
- Document created without ID in console
Hi team, I’m experiencing an issue in the Appwrite console. When I create a document in a collection via the **Collections UI**, the document gets created **wi...
- Guidance to safely upgrade Appwrite to l...
One of my old Flutter projects runs on a DO self-hosted Appwrite. Currently it's on appwrite: ^15.0.2 dart_appwrite: ^15.0.0 The app is live on the Play Stor...
- Excessive usage of cloud functions is sl...
I have made almost all my requests through cloud functions and jwt , due to security fears of a user editing a field he is not supposed to . This unfortunately...