Hi,
I’m creating a multipage app. I now face the problem that when first loading the app with some kpi’s , an error occurs about a missing element inserted and used in a callback on another second page. It works but I have no idea what the proper way is (design pattern) is to avoid these situations. And also I have no idea if using suppress_callback_exceptions is an act of despair or the answer to the problem.
The error message is on the image, the missing selector is available on this page, the callback works, the message is triggered once on app load.
Any input and tips on design patterns are welcome. Marie-Anne