Bypass login using Continues

I can’t get continuously_casting_dashboards to work as I keep getting the login page. I have reviewed other tickets but didn’t come up with a solution. Hopefully, I am just missing something obvious.

Here is my setup…

Chromecast hooked up to a monitor via HDMI

YAML config:

homeassistant:
  external_url: "https://xxxxxx.com" #external URL is accessible from outside of my network.
  auth_providers:
    - type: trusted_networks
      trusted_networks:
        - 172.168.90.35/32
      trusted_users:
        172.168.90.35: 3c9814e2460c4389bbd93c5b98321941
      allow_bypass_login: true
    - type: homeassistant


continuously_casting_dashboards:
  logging_level: debug #Required: Set the logging level - debug/info/warning (default is 'warning' - try 'debug' for debugging)
  cast_delay: 60 #Required: Time (in seconds) for casting checks between each device.
  start_time: "01:00"
  end_time: "23:59"
  devices:
    "Living room TV":
     - dashboard_url: "https://xxxxxxx.com/lovelace/calendar" #URL is accessible from outside of my network
       volume: 10

This is where the login page shows up.

For the dashboard_url use the local address and not the .com address. If it is the .com one HA will treat it like an external connection and not a trusted network. Someone please correct me if I am wrong on that but that is how mine appears to work.

Thanks for the reply rujelus22! I updated the dashboard_url to the IP:8123. Now I have the attached. Since this is through a Chromecast dongle I don’t have a mouse to move around the GUI. Any other thoughts?