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
Indeed, nice find. We never encountered the issue so far because Algolia's rate limit is high enough without an API key...
We fixed it on our side and the fix will be in the next release. If you want to fix it on your end, the obvious fix should work (changing ODSWidgetsConfig.algoliaPlacesApplicationID to ODSWidgetsConfig.algoliaPlacesApplicationId).
Hello,
In the code line 23080 of ods-widgets.js
there is :
if (ODSWidgetsConfig.algoliaPlacesApplicationId) {
but the config parameter is :
ODSWidgetsConfig.algoliaPlacesApplicationID
Even if user set algoriaPlacesApplicationID,
options.headers = { 'X-Algolia-Application-Id': ODSWidgetsConfig.algoliaPlacesApplicationID, 'X-Algolia-API-Key': ODSWidgetsConfig.algoliaPlacesAPIKey };
is never applied
thanks
The text was updated successfully, but these errors were encountered: