502 Bad Gateway
guys I need some help running immich again. I was running it like a year a go and decided to launch it again. So i did an update and here are the logs after update...
However when i try to access the admin panel via browser its giving me the 502 error. I forgot how i accessed it previously...
Perhaps somebody can help me to debug....
12 Replies
Those logs look incomplete. That said - a year ago is a loooong time for Immich and a lot has changed. You might be better off starting from scratch with a new installation.
Then I have a question about the database, will i be able to import the old data in the new installation?
https://immich.app/docs/administration/backup-and-restore - but for a very old instance, the database can't necessarily be ported over like that. Over time there've been several updates that need some sort of manual intervention (in the db or elsewhere)
Backup and Restore | Immich
Database
as for the logs i logged only last 50 lines of code from logs...the app is currently running and producing new logs each second...
i dont see any errors in the logs...so i believe its running smooth
maybe you can suggest what address i should use in the browser to access admin setup
With a default setup the web ui should be accessible at the standard port 2283
localhost:2283 ?
If you're accessing it from the machine it's running on, yes
seems like im having some server side issue here. How can i debug immich-server?
here are the immich-server logs from docker
here is my .env file
Your server logs look fine, no errors there
You shouldn't need to set the
_URL
env vars in the default setupWow... i was trying to debug with chatGPT, but without results...and you hit the nail on the head..so i commented out those 3 URL lines and was able to login!!! Thank you!