cannot access frontend after update

Installed originally via docker-compose. After updating the machine learning, and micro-services and server containers continually restart. The logs show “TYPESENSE_API_KEY” is required. I’m not seeing anything about this and the docs, other than the new search uses typesense. I’ve only just started using this, so I could always kill it and completely start over. But I’d much rather figure out how to get this working. Any ideas? 
10 Replies
bo0tzz
bo0tzz3y ago
The release notes have info about this
bill.pickles
bill.picklesOP3y ago
Thank you. It’s now working with my mobile app (hooray!) but when navigating to <ip-of-my-server>:2283 on my computer browser, I get 502 Bad Gateway Any ideas there?
bo0tzz
bo0tzz3y ago
Check the logs of the containers, they'll probably have an error
bill.pickles
bill.picklesOP3y ago
The only error that I’m seeing is in the micro-services container and is about handling video conversion. The immich-web container log just shows listening on 0.0.0.0:3000
bo0tzz
bo0tzz3y ago
Hmm, and how about immich-server?
bill.pickles
bill.picklesOP3y ago
No errors. 2 warnings: ML is enabled and Search is enabled. Otherwise it’s just normal output that i can see I just cleared my cache on my browser. Just in cases To no avail…
bo0tzz
bo0tzz3y ago
The log of immich_proxy should definitely have more detail, you might have to remove the
logging:
driver: none
logging:
driver: none
section from it in the compose file to get it to log anything
bill.pickles
bill.picklesOP3y ago
Gotcha. Trying now. Thanks for your help by the way. Okay wow. All is working now. Truly an example of “did you try restarting it?” I can access from mobile app and browser Thanks for helping me out. I really appreciate your time
bo0tzz
bo0tzz3y ago
No problem!

Did you find this page helpful?