Error Message

0
  below error message occurs while a page is loading. What is the reason and how to solve?
asked
1 answers
0

As the error states there is a widget (dataview18) that has a datasource microflow that is causing the error.

I would say add a brakpoint on this microflow, open te page and inspect what is happening with the debugger.

First guess would be some issue with one of the parameters of the MF.

answered