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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...