Search error
I have two servers: the first is my "immich" server, and the second is used for machine learning.
I have created an NGINX proxy to expose my machine learning container to the internet with the URL: ml.mydomain.com
After searching for "cat" in my search bar, I encountered this error:
On my "immich" server:
In my machine learning container, I noticed double slashes and a 404 error:
9 Replies
Can you try a manual POST to /predict?
work
So the double // is the problem then
yes
Can you try configuring immich without the proxy inbetween?
I just saw that you mention
expose my machine learning container to the internetDo you just have it open on the internet without any auth? That's probably a bad idea
Did your example return a 400 status code?
You have a custom machine learning url in the admin settings?
Maybe remove the trailing slash if it has one
hmmm

That works ! x)
cat cat and cat is here 😂 ✅
