I have two custom dashboard pages. When I’m on the live dashboard, the first time that I move from one page to the other, it works fine. But when I change page a second time, I get this:
Obviously what I want is to have only one set of dashboard controls.
My main custom dashboard is “SOS VMS”. The second one is hidden from the menu, but the same problem occurs if it’s not hidden and regardless of which page I start from.
This occurs whether I change pages using wixLocation.to(“/my-dashboard-page”), or using a button linked to the other page. It also occurs if my change to the other page, hit “back” in my browser, and change to the other page again.
My browser is Chrome.
Any ideas?