Rank 1: Thread
Hello all,
my Appwrite Cloud Functions, are no longer deploying correctly.
About a month ago everything worked, but now the packages (e.g. appwrite) from the requirements.txt are no longer installed.
What do I do:
I create a function on my machine with:
appwrite init funtion
Afterwards I deploy this function with:
appwrite deploy funtion
You can find the logs of the deployment and the error of the execution attached.
In older deployments the appwrite package gets installed. Did anything change during the last month?