84.2 to 84.3 upgrade issues with i-frame

Yes, I upgraded this morning and was going to report all quiet on the Western Front until now:

panel_iframe:
  windy:
    title: Radar
    icon: mdi:weather-cloudy
    url: https://www.windy.com/-Radar-lightning-radar?radar,29.621,-97.622,8

Gives me a red screen with no message, nothing in the logs… just a red screen, and only after upgrade from 84.2 to 84.3.
Am I alone on this?

btw: other i-frames like IDE-9 work just fine.

i am on 84.3 and all my iframes are working fine
Maybe clear browser cache if you haven’t tried already

I think you need the URL in quotes?

Just smiled seeing your comment remembering the many times things were solved here by proper quotations. :slight_smile: but alas, no change.
My other I-frame for IDE is working fine. I’ve gone to the windy.com manually with and without my parameters. I’ve tried http and https. I’ve downgraded back to 84.2… all just a red screen. I’ve even rebooted both the PI and my laptop.
I’ll just let it be overnight and see if it heals itself. Could be because it rained today.

Stupid question. Duh. That URL is loading fine too in a browser.
Also the format is the same as mine.
I wonder if it’s the header info or something stupid like that. I know I couldn’t get Portainer to load in a iFrame either till I added something to my Caddy configuration.

Hmm, same here… now on version 0.84.3…and the panel_iframe doesn’t work.

Did anyone find a solution?

gr.

Thank you for chiming in. I was getting paranoid that it was a “just me” issue.
Nope… no solution so far.

My config: {nothing fancy or special}

# iPanel for shortcut on desktop
panel_iframe:
  configurator:
    title: 'Configurator'
    icon: mdi:wrench
    url: 'https://jldomijn.duckdns.org:3218'
    #url: http://192.168.1.48:3218

  Nodered:
    title: 'Nodered'
    icon: mdi:wrench
    url: 'https://jldomijn.duckdns.org:1880'

not a panel, but I use this:

  - type: iframe
    aspect_ratio: 90%
    url: https://embed.windy.com

got a security error though so took it out again

I tried that also. I got a little red card instead of a big red screen. :slight_smile:

what does it say?

No error message. Nothing in the logs. Just the text centered on a red screen of “www.windy.com”.

Ooops. Never had that before;/)
Maybe an AdBlocker blocking the outgoing urls? There’s a lot of traffic going on some of them don’t like. Try an incognito window session?