
I performed these steps, I will deploy

Did prune clear up a lot of space? How are the docker logs now?

Total reclaimed space: 1.118GB

Eh not that much

It now responds again with the error: An internal curl error has occurred within the executor! Error Msg: Operation timed out

Anything in the executor or the runtime container?

I'm looking for

the default container name is not 'projectId-deploymentId ?

Traceback (most recent call last): File "/usr/local/src/server.py", line 1, in <module> from flask import Flask, request, jsonify File "/usr/local/src/userlib/runtime-env/lib/python3.9/site-packages/flask/init.py", line 7, in <module> from .app import Flask as Flask File "/usr/local/src/userlib/runtime-env/lib/python3.9/site-packages/flask/app.py", line 28, in <module> from . import cli File "/usr/local/src/userlib/runtime-env/lib/python3.9/site-packages/flask/cli.py", line 18, in <module> from .helpers import get_debug_flag File "/usr/local/src/userlib/runtime-env/lib/python3.9/site-packages/flask/helpers.py", line 16, in <module> from werkzeug.urls import url_quote ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/usr/local/src/userlib/runtime-env/lib/python3.9/site-packages/werkzeug/urls.py)

I didn't make any changes to the function, I just made a new deployment.

What's in your requirements.txt?

just: appwrite==1.1.0

Do you know what the docker image was for the runtime?

what came in appwrite 1.1.2

It's be good to confirm by inspecting the container

how do I do that?

docker ps
or docker inspect <container id>
while the container is running

docker inspect <container id>:

Yup..v2 is right...

Do you have any idea what I can do?



Thank you very, very much!

Thank you very, very much!

[SOLVED] Appwrite functions are not being triggered by events
Recommended threads
- 1.7.0 Self Hosted Upgrade
Hi, I've tried a fresh install on 1.7.0 and I've also done a fresh install on 1.6.2. 1.6.2 is working fine fresh, update to 1.7.0 and migrate fails Fresh inst...
- deno 2 Cloud random errors
we have big problems with the functions. although we do not change anything in the function, we have the following random behaviour: - no scope permissions erro...
- Functions not work on Server only Localh...
Hi, I successfully upgraded from 1.4 to 1.7, but I'm having a problem. The functions no longer work with the settings I had. I assume some changes were made. It...
