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
{{ message }}
This repository was archived by the owner on Jan 3, 2020. It is now read-only.
I have an hybrid phone app that should display the Shore Sites (Oeverfronten) belonging to a Berth (Ligplaats). Each Berth can have multiple Shore Sites.
The Maps widget is placed in a Data view widget.
The Maps widget is configured to use the Open street provider and I am using a nanoflow to retrieve the Shore Sites.
The nanoflow has the Berth as input parameter and it retrieves the Shores Sites by association.
The result is a "Cannot read property 'map' of undefined" error.
When I change the nanoflow and retrieve a list of Shore Sites from database and only retrieve the first three records for example, the Maps widget works fine, but that's not the result I want of course....
I have an hybrid phone app that should display the Shore Sites (Oeverfronten) belonging to a Berth (Ligplaats). Each Berth can have multiple Shore Sites.

The Maps widget is placed in a Data view widget.

The Maps widget is configured to use the Open street provider and I am using a nanoflow to retrieve the Shore Sites.

The nanoflow has the Berth as input parameter and it retrieves the Shores Sites by association.

The result is a "Cannot read property 'map' of undefined" error.

When I change the nanoflow and retrieve a list of Shore Sites from database and only retrieve the first three records for example, the Maps widget works fine, but that's not the result I want of course....

