Just out of curiousity, have you tried looking at the network request to see what is exactly being sent with createExecution?
create execution works as intended, accessing function via url does not
yes ive tried everything. it has to do with the function subdomain and/or the reverse proxy being nginx in front of traefik. but i cant have appwrite being the only thing running, so I need a nginx reverse proxy
Is it just user data? Are you able to call the starter function via url successfully? If not, have you added a wildcard entry to your DNS for functions, e.g. *.aw.mysite.com?
Recommended threads
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...