I am trying to deploy a Python Project works with Flask on Appwrite, but this is not working, domain shows 500 Error and Logs for any execution is not loading (button not working).
What's the code?
Could you please check the Network logs when you click the Logs button?
its a python project for stored fetch information through API.
Yes, but are you following the typical appwrite function structure and returning a response? Can you provide an exaple to reproduce the issue?
Where i can check it?
Browser console logs
If the logs modal isn't opening, I'd start there
Well, also the network tab logs
You probably can't just deploy a flask app.
Look at the docs for how to implement an Appwrite function: https://appwrite.io/docs/products/functions/develop
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...