Fully Kiosk Browser

Hi all

I’ve been using fully kiosk on 2 wall tablets for a year without issues, since latest updates I’m having problems loading specific urls via curl commands.

I used to be able to load a URL with my doorbell cam when motion sensor is tripped to front door.

I used this code

 - platform: command_line
     switches:
     frontdoor_cam:
       command_on: /usr/bin/curl -k "http://192.168.20.171:2323/cmd=loadURL&url=http://192.168.20.103:8123/lovelace/doorbell2&password=(redacted)"
       command_off: /usr/bin/curl -k "http://192.168.20.171:2323/cmd=loadURL&url=http://192.168.20.103:8123/lovelace/monitor&password=(redacted)"
     friendly_name: front door camera

Note: Indentation is off when pasted

Command on would load my lovelace view with a full screen camera feed, when off would go back to my default monitor view.

The command is sent and it goes to load but flicks back to default lovelace view.

I have tried updating fully kiosk, restart and wipe cache, disable custom header, change the URL of the camera view, try a different view altogether eg my temp sensor view, no luck. Its doing the same thing on two different tablets.

The funny thing is if I send the url to www.google.com it works fine ?

As a note I can manually click the view and see the camera feed no problems its just loading via an automation which is an issue.

UPDATE : turns out was custom header code in lovelace, removed completely and reinstalled now working