
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
- 15$ payment
Hello everyone! there is a small issues, I accidently paid 15$ today, I am a student, I never claimed the pro plan on github edu. but I acciently paid those 15 ...
- Unable to upgrade to Pro plan
I wanted to create an account on a Pro plan. In the onboarding flow, at the "create organization" step, I added a credit card and when I press the CTA I get the...
- Is p-limit compatible with Appwrite?
I have a function that makes asynchronous calls to different Appwrite collections. This is how I make the call: ```js await Promise.allSettled([ ...
