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
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- Migration from Cloud to Self-Hosted not ...
Hello Appwrite Community, I've got the problem, that when I try to migrate my Appwrite Project from the cloud to my self-hosted Appwrite, that an API Key is mi...
- I can't migrate my project from Appwrite...
I'm having an issue migrating my Appwrite project to a self-hosted instance. The problem is that I've exceeded my read rate limit (or database read limit), so I...