#Unable to connect to Home Assistant - Pangolin

1 messages · Page 1 of 1 (latest)

lunar bane
#

Hello everyone!

I've got HA running as docker alongside Pangolin. I am able to open HA on the local network in browsers and via companion apps.
I've had a setup with Pangolin that worked until recently. Enabled auth and added bypass rules to Pangolin according to their docs. Worked fine, prompted to login via Pangolin before allowing to login via HA and redirecting back to the app.

However, that doesn't work anymore.
When opening my HA companion app on my android device from an external network, it redirects me to Pangolin, I sign in, then it redirects to my HA domain with external_auth=1 (nothing else, no tokens in the url etc) and shows the error message Home Assistant is unable to connect with a countdown to retry.

The app is setup where it recognized the local network by wifi name and connects directly via IP. External connects via the reversed proxy domain.

I've come across some git issues mentioning HA companion app now uses a built in browser via webview but even tho I'm on the latesy version from playstore (2025.8.7-full), it still redirects me to an external browser for pangolin auth.

There are no logs in Home Assistant server and traefik has the usual logs for their auth.
In configuration.yaml I have added trusted proxies from the traefik IP.
:catRose:
Are there some new bypass rules that are needed or similar? (When I add a /* bypass rule, it works fine but that's not the point)

Anyone experienced something similar?
Thank you in advance!