Home Assistant Companion App - Can't log in

Hi

I have been trying to log in from my phone and get the following error:

You’re about to give https://home-assistant.io/iOS access to your Home Assistant instance

Logging in with Home Assistant Local.
Error: invalid client id or redirect uri

This is showing on my logs
Error while looking up redirect_uri https://home-assistant.io/iOS: Cannot connect to host home-assistant.io:443 ssl:None [No route to host]

Login attempt or request with invalid authentication from 192.168.2.1

Here is the config on the app
CONNECTION
URL: https://myurl.duckdns.org
Use legacy authentication - off
Show advanced settings - off

On Advanced setting:
Use Internal URL - off
Basic Authentication - off

Can anyone help?

Thanks
p

You need to replace https://myurl.duckdns.org/ with whatever you set up your url to be. That’s just an example.

Hi reclusivemonkey

I replaced my actual url with “myurl” in this example so this is not the issue. I have the correct url on my config page in my server

Thanks anyway