Thursday, March 20, 2025
1 change · master
Resolved issues and error corrections
Changing the screen orientation for an IoT kiosk no longer sends the request to an invalid address. This ensures kiosk display rotation settings can be updated reliably from the IoT form.
Original PR description
Introduced in commit 27a58bc. Steps to reproduce: 1. Configure an IoT box as a kiosk 2. In the IoT form view, change the Screen Orientation and save your changes. 3. The request will fail, and if you look in the developer tools you will see the request went to `undefined/hw_proxy...` instead of `<iot_box_ip>/hw_proxy...`. task-4658229