mtalcott / google-photos-deduper

Locally run web app and Chrome extension to remove duplicates from Google Photos
MIT License
208 stars 18 forks source link

Server 404 #25

Closed GabiHeinrichs closed 10 months ago

GabiHeinrichs commented 1 year ago

Hi! No matter what I try and in which port, I'm always getting 404 when trying to connect to the server through http://localhost

Does anyone have this issue and can give me ideas? I have no idea what's going wrong since it seems to be running correctly, but when I try to access localhost in my browser, that's what my terminal shows:

google-photos-deduper-main-server-1 | 192.168.65.1 - - [04/Oct/2023 20:26:13] "GET / HTTP/1.1" 404 - google-photos-deduper-main-server-1 | 192.168.65.1 - - [04/Oct/2023 20:26:13] "GET / HTTP/1.1" 404 -

I already tried every solution from ChatGPT and it's still not working. The flask has to be the problem, since the client opens a page at localhost:3000

Thanks in advance for any help!

mtalcott commented 10 months ago

@GabiHeinrichs Hmm, the nginx container (e.g. google-photos-deduper-nginx-1) should be getting the traffic to localhost, not the server (google-photos-deduper-main-server-1 in your logs).

Are you running Docker Desktop, or are you using a different Docker installation?