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
- Manual install docs are out of sync with...
I looked into the manual install docs issue for Appwrite 1.9.0 and wanted to share the findings, since this seems to need a bigger docs decision. What I found:...
- Migration from Self-Hosted to Cloud seem...
Hello, I'm trying to migrate from my Self-Hosted Appwrite instance to Cloud, and can't figure out what's going wrong. - If I initiate the migration from Cloud...
- custom domain on self host Appwrite
I am having a issue, i am using self host version of appwrite at my custom domain (appwrite.example.com), but when i tried adding a custom domain (project1.exam...