Mobile app with kubernetes setup not working
Hi, I deployed immich in my kubernetes cluster (works without any issues from the web), however when I try to connect using my mobile phone I get an error. I have setup a dns entry through cloudflare and I can use the domain perfectly from my browser. I tried using the same domain (with /api at the end) + credentials but it does not seem to work. Any idea what the problem might be?
6 Replies
Are you using a self-signed certificate?
No, the certificate is a valid one provided by let's encrypt (also trusted in browser without any issues)
And you are typing in https on the mobile app?
When you say from your browser do you mean the browser on the same device?
I found the issue, traefik had defaulted to adding a middleware (which I forgot obviously), so disabling that fixed the problem, my bad!