I have multiple places in an app for a user to change or create passwords. These are on a settings page, on the reset pw page and on a reusable element.
The need is there for these to be separate and not the issue at hand.
The issue is that on the settings page, where the reusable element is not placed, and is definitely not the reset pw page, I get the unhandled errors for all 3 areas of the app triggered.
Bubble manual states the below General events | Bubble Docs
Which implies that the trigger will execute if the trigger is on the page, but not that it will trigger anywhere.
If I have a reusable element, in this case called ‘job-create-popup-form’ and I am on the page called ‘settings’ and that page called settings Does NOT have the reusable element of ‘job-create-popup-form’ on it, should the unhandled error trigger setup on the reusable element get triggered by the page settings? This seems like a bug to me, since it is causing the alerts to run (so I get 3 alerts when should be 1) and it is causing what would seem like an abusive consumption of WUs since, the trigger is executed (costs WUs) when it seems like it should not be as the reusable element is not even on the page.