I have installed appwrite locally and Iยดm getting such error, without allowing access to console
Everything is running properly and I don't see any errors in the appwrite logs
I tried different browsers and nothing seems to change
What is the error you're gettings?
Is docker ps shows that all containers running?
Everything running. No errors and when trying to access appwrite console, it just shows 404 page not found
Like this?
Nope
Which one?
Can you share the traefik part of your docker-compose.yml file & the output of docker ps
traefik:
image: traefik:2.7
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:
- 80:80
- 443:443
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- appwrite-config:/storage/config:ro
- appwrite-certificates:/storage/certificates:ro
depends_on:
- appwrite
networks:
- gateway
- appwrite
I can't find any traefik section in docker composer file
How did you installed this particular Appwrite?
Oh, just found
It was not updated
Seems that traefik doesn't has assigned the correct ports. Checking if modifying that solves the problem
๐ Lmn
Nope, stills not working. I'm getting now influxdb errors, some progress made ๐
๐
So is all the ports are in order?
What ports do you see in docker ps?
That seemed to be the problem. I just basically deleted everyting and installed appwrite again to prevent future bugs related to the first bad installation
[SOLVED] 404 page not found when appwrite installed
Cool ๐
Recommended threads
- HackByte X AppWrite
I am Om an Organiser at Hackbyte, Central India's largest hackathon. We are an MLH acreddited hackathon and this is our 4th iteration. Last year we had around ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...