
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
- Site don't have Permission?
https://discord.com/channels/564160730845151244/564160731327758347/1386878747902476489 I'm on a self hosted Instance of Appwrite 1.7.4 and getting this error o...
- Add custom domain problem
I am trying to use Appwrite in a self-hosted environment and am having difficulty adding a custom domain. Steps taken: Project > Settings > Custom Domains > Add...
- Encountering More factors are required w...
I am encoutering the more factors error even though I am providing proper mfa code in the workflow. The following happens: 1) User provides email adress 2) Use...
