Local env
Docker version 27.5.1, build 9f9e405
Apple M2 Max
macOS 15.4.1
- Did uninstall according to documentation
- Did a prune of all docker containers, images, and volumes to be safe
- Ran:
TypeScript
docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \
appwrite/appwrite:1.7.1
env file attached (all important information redacted)
TL;DR
Issue: After following the documentation to uninstall and prunning Docker components, app installation via `docker run` results in a "failed to fetch" error for Appwrite 1.7.1 on macOS 15.4.1 with Docker version 27.5.1 on an Apple M2 Max chip.
Solution: The error might be due to network-related issues or the availability of the package at the time. Ensure network connectivity and try the installation process again. It's advisable to check Appwrite's official documentation or community forums for any reported temporary issues.Recommended threads
- Scheduled works locking the entire Maria...
I have a scheduled function and apparently that or something is locking the entire MariaDB database and Appwrite is giving MariaDB errors. This error persists e...
- Python Function not working
I am getting this issue as well. Doesnt look like there was a solution as you guys were not able to replicate. Below is my code as well as the error. I started...
- Migration Help
I have a small project which I have started using Appwrite cloud and now I want to self host Appwrite and migrate the data. I'm getting this error everytime I ...