Hey,
I am facing an issue while trying to run Appwrite on a Debian virtual machine hosted on an M2 Mac. When I attempt to start Appwrite, I encounter the following error:
/entrypoint.sh: line 12: /usr/bin/influxd: No error information
/entrypoint.sh: line 12: /usr/bin/influxd: cannot execute binary file: Exec format error
It seems like there might be an issue with the binary compatibility or architecture mismatch on this setup? I'm very new to docker/server side of things.
Here are some details about my environment:
- Mac: M2 Mac mini Virtualization software: UTM OS: Debian 12 (also tried Ubuntu)
- Appwrite version: 1.3.4
Any ideas on why this might not be working?
Thank you for your time and support.
Does the influxDB, telegraph or usage containers shows any additional errors?
Seems to stem from the same issue?
Not sure then what could be happening
Did you have modified your docker compose file recently?
Also did you have tried recreating the containers?
Recommended threads
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...