This message was deleted.
# general
a
This message was deleted.
c
are you sure it’s the ALB sending the redirect, and not just a redirect that your browser has cached?
Try clearing cache, or opening it in a new private/incognito window
c
It's not a redirect from the ALB. The call is making it through to the application and the redirect is happening there. If I call https://<rancher_pod_ip> it will redirect to https://<rancher_pod_ip>/dashboard/home and the dashboard shows up. So it's definitely not a redirect on the ALB. However, when I call the app through the ALB the same way, it shows up as a 404.
h
Was this ever resolved? I swear I’m hitting a similar issue upgrade from
v2.6.13
to
v2.7.10
?
c
Funny you should ask - we did resolve this but I hadn't had a chance to post. The problem was with the ALB ingress controller path rules. Somehow, a / got added to the implementationSpecific path when it should have been blank. Take a look at your ingress settings and see if there's a / there. If so, remove it and everything should start working again. YMMV - good luck!
h
Omgggg I saw that in the helm generated manifest.
I thought that wouldn’t matter but will see if removing that fixes my issues.
Wow that was incredible
Thank you so much! That did the trick.
Users are happy again 🙂
c
woop woop! glad it worked for you
🙌 1