Hello people of the internet! I tried to deploy a manual function on my locally hosted appwrite docker and i get this error while trying to deploy it
Can you please run: docker compose logs appwrite-executor Also: docker ls
Both will help us debug this
can i run it on windows cmd?
Yes, should work
Try docker ps -a
And docker logs openruntimes-executor
try bouncing your containers docker compose down followed by a docker compose up -d
You need to be in your appwrite directory
i get the same error
Are you sure inside the appwrite directory ? Check this docker-compose.yaml file.
oh my bad, i missread the sentence i ran the command in the docker directory
Recommended threads
- Hi Folks, Database Writing Issue
Hey Folks im trying to get logging setup on my website but im getting an error, i dont have any document id and i think this is the issue but i havent got the f...
- Timed out waiting for runtime. Error Cod...
After setting up my ML project that uses deepface and tensorflow in appwrite functions I get the `Timed out waiting for runtime. Error Code: 400. ` error. I am...
- script "build" was terminated by signal ...
Heyo, For some reason, my Next.js 16.0.10 version does not build properly. Here is the last logs: ``` 1063 packages installed [22.54s] $ next build ⚠ No build...