Search 500 - Internal Server Error
When I attempt to search on the web without "m:", I get an Internal Server Error.
I attached a screenshot of the server logs which show an error with immich_machine_learning. I don't know if that is related


7 Replies
It can't reach the ml service. Is that container running? What do its logs say?
this is what it says when I try to see the ml logs

I think your compose file is probably out of date
how would I go about updating it?
Check the compose file on the latest release, and compare the changes to the file you have now
Okay so I updated my docker-compose.yml file so it matched the latest release and I ran
docker-compose pull && docker-compose up -d
and it works now. Thank you for the help!You're welcome!