Console Error while using Google Maps custom maerker

0
Hi, I am using the widget https://appstore.home.mendix.com/link/app/43162/ it is working fine but when i was enabling the search box in the Interaction section i am getting an error, the error is as below.     GoogleMaps.Page_6.googleMapsCustomMarker2: Error while applying context Error: GoogleMaps.Page_6.googleMapsCustomMarker2: Error while applying context TypeError: Cannot read property 'SearchBox' of undefined Error: GoogleMaps.Page_6.googleMapsCustomMarker2: Error while applying context Error: GoogleMaps.Page_6.googleMapsCustomMarker2: Error while applying context TypeError: Cannot read property 'SearchBox' of undefined     at http://localhost:8080/mxclientsystem/mxui/mxui.js?637218710426657723:46:58386     at Object.e.exports.collect (http://localhost:8080/mxclientsystem/mxui/mxui.js?637218710426657723:20:26976)     at Object.e.exports.applyContext (http://localhost:8080/mxclientsystem/mxui/mxui.js?637218710426657723:46:58285)     at http://localhost:8080/mxclientsystem/mxui/mxui.js?637218710426657723:46:58079     at o (http://localhost:8080/mxclientsystem/mxui/mxui.js?637218710426657723:20:26689)     at Object.e.exports.sequence (http://localhost:8080/mxclientsystem/mxui/mxui.js?637218710426657723:20:26698)     at Object.e.exports.fireOnReady (http://localhost:8080/mxclientsystem/mxui/mxui.js?637218710426657723:46:57269)     at http://localhost:8080/mxclientsystem/mxui/mxui.js?637218710426657723:46:58044     at Object.e.exports.collect (http://localhost:8080/mxclientsystem/mxui/mxui.js?637218710426657723:20:26976)     at e.exports.loadWidgetsIn (http://localhost:8080/mxclientsystem/mxui/mxui.js?637218710426657723:46:57927)    
asked
1 answers
0

Make sure that the user is allowed to read this field. So check his role and access rules for this attribute.

Regards,
Ronald

 

answered