I have installed Appwrite on linux (Manjaro) using the instructions on the self hosting doc. all settings in default.
And it looks like the dockers are running.
But when I try to access http://localhost I am reciving a "404 page not found" Error.
Summary
User is experiencing a "404 page not found" error when trying to access localhost. They tried running 'docker compose down && docker compose up -d' which seems to have solved the issue. User provides additional information about their setup and asks for help resolving the issue. The suggested solution is to run 'docker logs appwrite' to see what might be causing the problem.
Binyamin
Jul 16, 2023, 19:10
Your main Appwrite server fails to start
Run
docker logs appwrite
To see what causing the issue.
Roi
Rank 1: Thread
Jul 17, 2023, 08:02
Here is the log.
I'd love to get some help resolve this.
Roi
Rank 1: Thread
Jul 17, 2023, 09:47
Binyamin
Jul 17, 2023, 12:04
Good,
Few questions,
Is this a new installation, or upgrade?
How much RAM your machine has?
Can you run docker compose down && docker compose up -d wait a 5 and share the results of docker ps -a
Roi
Rank 1: Thread
Jul 17, 2023, 12:37
new installation
Old i7 6500U W/ 16G ram
Docker compose was installed after the Appwrite docker install but:
docker compose down && docker compose up -d
no configuration file provided: not found
Binyamin
Jul 17, 2023, 12:44
For the 3rd step
You'll need to run it in the same folder as your docker-compose.yml file is
Roi
Rank 1: Thread
Jul 17, 2023, 18:27
Interesting,
docker compose down && docker compose up -d has solved the issue...