Rank 1: Thread
I am trying to use python 3.9 as runtime in my functions, however very few exemple works and when it fails, I don't have feedback in logs. I have only Internal Runtime Error (fig.1).
If I read logs of appwrite-executor, I see that some works and others don't (fig.2).
In order to print logs in the appwrite web interface, what should I do ? Documentation is talking about 'context' var (here :https://appwrite.io/docs/functions-develop) but I never succeed to make it works. If I put some 'print', I have nothing.
It is two days I try to make functions works. I am quite confused.
Thank you in advance