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
The release notes have info about this
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?
Check the logs of the containers, they'll probably have an error
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
Hmm, and how about immich-server?
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…
The log of immich_proxy should definitely have more detail, you might have to remove the
section from it in the compose file to get it to log anything
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
No problem!