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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...