You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A JS query in a module is set to run "On App Load". I have a "toast" to tell me when the query runs. If I run the query manually, it shows the toast. If I refresh the browser (and presumably trigger an App Load event), the query doesn't run and the toast doesn't show.
If I change it to "On App Load plus Timeout" and make the timeout 1s, it functions properly on a browser refresh.
Expected Behavior
JS Query should run with the module loads
Steps to reproduce
Create a query (See Screen Shot)
Refresh browser. Query will not run.