Back

404 page not found when trying to access localhost

  • 0
  • Self Hosted
Roi
16 Jul, 2023, 18:57

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.

TL;DR
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
16 Jul, 2023, 19:10

Your main Appwrite server fails to start Run

TypeScript
docker logs appwrite

To see what causing the issue.

Roi
17 Jul, 2023, 08:02

Here is the log. I'd love to get some help resolve this.

Roi
17 Jul, 2023, 09:47
Binyamin
17 Jul, 2023, 12:04

Good, Few questions,

  1. Is this a new installation, or upgrade?
  2. How much RAM your machine has?
  3. Can you run docker compose down && docker compose up -d wait a 5 and share the results of docker ps -a
Roi
17 Jul, 2023, 12:37
  1. new installation
  2. Old i7 6500U W/ 16G ram
  3. Docker compose was installed after the Appwrite docker install but:

    docker compose down && docker compose up -d no configuration file provided: not found

Binyamin
17 Jul, 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
17 Jul, 2023, 18:27

Interesting,

docker compose down && docker compose up -d has solved the issue...

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more