So appwrite isn't launch cause it dépends of mariadb container, and 404 is normal cause traefik can't route request
Do you have somme error ?
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \
appwrite/appwrite:1.3.4
Starting Appwrite installation...
Compose file found, creating backup: docker-compose.yml.1685198172.backup
Env file found, creating backup: .env.1685198172.backup
Choose your server HTTP port: (default: 3000)
80
Choose your server HTTPS port: (default: 443)
Choose a secret API key, make sure to make a backup of your key in a secure location (default: 'hello-imfali')
Enter your Appwrite hostname (default: 'localhost')
Enter a DNS A record hostname to serve as a CNAME for your custom domains.
You can use the same value as used for the Appwrite hostname. (default: 'localhost')
Running "docker compose -f /usr/src/code/appwrite/docker-compose.yml up -d --remove-orphans --renew-anon-volumes"
Appwrite installed successfully```
These are the logs
try docker exec appwrite doctor
Oh, disk is full
2023-05-27 14:32:00+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
2023-05-27 14:32:00+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.7.8+maria~ubu2004 started.
2023-05-27 14:32:00+00:00 [Note] [Entrypoint]: Initializing database files
2023-05-27 14:32:00 0 [ERROR] mariadbd: Error writing file './ddl_recovery.log' (Errcode: 28 "No space left on device")
2023-05-27 14:32:00 0 [ERROR] Aborting
2023-05-27 14:32:00 0 [ERROR] mariadbd: Error on close of '(null)' (Errcode: 9 "Bad file descriptor")```
this is the error from the container
No space left on device
What is the fix for this space issue?
on device means, there is 113gb left on my laptop??
Depends how you install docker on your mac
I simply used the installer
I don't have mac and don't use docker GUI, perhaps you've an option to increase disk ?
okay let me explore on this
On docker desktop, apparently you can change image size on Settings > Advanced > Ressources
fixed with this command docker system prune
Thanks a lot @Bouahaza and @D5 :appwriteheart2:
Add [SOLVED] at begin of your post title after check that everythings is ok
okay. Got it
I dont know why I am not able to edit the title of the post. I used the edit post option at the top right
[SOLVED] 404 page not found
Recommended threads
- Issues with Appwrite and networking
Hi, I’ve been having some real issues with hosting appwrite, I have it running with the hostname ‘localhost’ and I used to also be able to use the machines IP ...
- Appwrite usage is reporting inaccurate i...
I was using Appwrite mainly for the site hosting on the free tier when I saw that I am using 5 GB storage when Appwrite only allows you to use 2 GB. It’s been l...
- All Apple platforms are invalidated on t...
Just saw a lot of errors coming from iOS apps where Cloud is throwing **403** with type **general_unknown_origin**. Culprit is that all Apple platforms suddenly...