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
- Failed to generate functions SSL
```appwrite-worker-certificates | Cannot renew domain (functions.domain.com) on attempt no. 9 certificate: Failed to verify domain DNS records. appwrite-worker...
- Dart 3.10 runtime on self-host 1.8.1
I added dart-3.10 runtime in .env file, applied the changes, but cannot see such option on console. is dart 3.10 not supported by self hosted 1.8.1? if not, whe...
- Guideline of AI
Hello everyone, I’m planning to specialize in Artificial Intelligence (AI) and I’m currently looking for guidance from someone with strong experience in the fi...