I’m having a problem with a layout page with an SVG image. The page works fine. The only problem is that when I enter the items that should show me a temperature, they don’t show it, and I have to press F5 (refresh page). This happens every time I exit and enter the page. Other buttons created in the SVG are immediately disabled, even without pressing F5.
If needed I can send the yaml code
Thanks in advance.
Solution: I was navigating to that page using an oh-button with parameters action:navigate and actionPage: page:page_title
I have replaced those with action: url actionUrl: /page/page_title actionUrlSameWindow: true and now the page loads and updates correctly.