Hey all. I'm running openruntime python 3.9 for local development before pushing it to the cloud. However, when my code is incorrect (missing library or something wrong such as indentation), I can still build and run the code, but when I test it with curl, not thing is returned.
I used a script from this repo: https://github.com/open-runtimes/open-runtimes/tree/main/runtimes/python-3.9 and create a main.py file as followed. As you can see, if I remove import appwrtie, the curl function works fun, but when I import appwrite (which is not installed), and run it with curl, not thing is retunred (I expect an error log)
Recommended threads
- Files access permissions
Am I right in understanding that file access permissions have been disabled (or broken again), and that shared access can now only be organized via tokens? Or i...
- functions custom domain issues in self h...
I’m running self-hosted Appwrite (Docker) behind Traefik with Cloudflare proxy (Full/Strict). Main domain works: https://app.printa4.in Function subdomains fa...
- restore backup on another server with an...
I managed to restore DB+Volumes from a server to another one with another domain but when I try to click my project on the console, I get error "404 - Project w...