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
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...