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
bo0tzz
bo0tzz2y ago
Are you using a self-signed certificate?
Yfrickx
YfrickxOP2y ago
No, the certificate is a valid one provided by let's encrypt (also trusted in browser without any issues)
jrasm91
jrasm912y ago
And you are typing in https on the mobile app?
Yfrickx
YfrickxOP2y ago
yes, I put https://xxx/api in the mobile app (where xxx is my domain)
jrasm91
jrasm912y ago
When you say from your browser do you mean the browser on the same device?
Yfrickx
YfrickxOP2y ago
I found the issue, traefik had defaulted to adding a middleware (which I forgot obviously), so disabling that fixed the problem, my bad!

Did you find this page helpful?