MicroflowTimer NetworkError

0
Hi, From a dashboard page a run a microflowtimer to check for updates in the DB in a specific period. Whenever i lose my connection (f.i. disable wifi), i notice the client starts returning errors to the browser: Firefox: An error ocurred while executing microflowNetworkError when attempting to fetch resource. the POST action that is triggered cannot get a response, so this seems logical. Any ideas to disable the popup that comes with it? Or perhaps to not use the microflowtimer when there is no connection? Is there an easy way to check for connectivity?  
asked
2 answers
1

What did the log says or the modeller tells you in the console?

answered
1

The error popup is triggered by the MicroflowTimer widget itself (as there is no connection).

You could change the widget to not show this error or handle it differently.

answered