Skip to content
Back

404 for self-host

  • 0
  • Self Hosted
  • Web
terrysun1216
8 May, 2025, 09:24

docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: image: traefik:2.11 container_name: appwrite-traefik <<: *x-logging command: - --providers.file.directory=/storage/config - --providers.file.watch=true - --providers.docker=true - --providers.docker.exposedByDefault=false - --providers.docker.constraints=Label(traefik.constraint-label-stack,appwrite) - --entrypoints.appwrite_web.address=:80 - --entrypoints.appwrite_websecure.address=:443 restart: unless-stopped ports: - 82:80 - 445:443

localhost:82 shows 404. localhost:82/console shows the login, but when signup it shows 404 again.

TL;DR
Issue with Traefik setup in docker-compose.yml causing 404 errors on localhost. Check Traefik configuration, especially the file directory setting. Solution: Ensure Traefik configuration is correct and adjust ports as needed.
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