i have left the requirements.txt with one line "appwrite" but im getting the same error see the images during deployment and execution
was it supposed to show me module during deployment?
What's your build command set to for your function?
hi Steven, where can i find that? if you mean my entrypoint its main.py
nvm i have none
It may be related to the update flask
You'll need to add pip install -r requirements.txt
where would i do that? @Steven
as a build command?
brb
aw man im now getting this again
what's docker compose logs openruntimes-executor show?
Recommended threads
- How Can I Create landing page in appwrit...
I created function called invoice URL https://app.getrestt.com/v1/functions/invoice/executions?id=test-76f948fe83c43422561fe096c0674a1bd3ff0702cdfcf2444293ab31...
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Synchronous function execution timeout w...
I am calling server functions with xasync = true and I still get this error message. Synchronous function execution timed out. Use asynchronous execution inste...