I have a page that contains an algolia search on a collection (all documents include a lat/long) and I have setup the Google Maps widget to show markers based on the search results. FF has allowed these selection in the editor:
The issues tracker gives me the all clear, but when I try to run a test build, I get the following error screen:
When I removed the marker option, the build loads fine. So I know that the issues is there. Additional insights:
I can get the list of documents (gigs) to show as Google Map Markers unfiltered (that is, all of the documents will map). Currently it is a small test-sample of data, so this works fine. But is not desired function. But I know the map/marker/document path works.
I can get the Algolia results to populate in a list widget, so I know the results are working correctly.
I can also NOT see the code-view (generates an error message) with the desired functionality implemented.
What is missing from my build? Any suggestions about where to look for more detail about whats failed? TIA