What does the console warning
No Sync Set config found with following data source id: XXX
mean?
What does the console warning
No Sync Set config found with following data source id: XXX
mean?
It could be that you have an unused sync set in your app config or a sync set config that contains an data source that is not created. Hard to tell without seeing the apps code.
What we technically do is this:
If we can find that column, we merge that filter set with all the other filter sets of other sync sets and then apply the filter to the applying element.
If we can’t find that column, because the applying element’s datasource is not configured there or you have mismatched column-mappings (i.e. arrays of different size), we raise the error you’re seeing right now.