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
In order to search for projects by location, users select a Country and type into the address bar, which calls the HERE api that autocompletes searches for addresses/landmarks. However, these calls are now returning error 401 (Unauthorized), which indicates we need to update our credentials and/or switch to a newer api.
In order to search for projects by location, users select a Country and type into the address bar, which calls the HERE api that autocompletes searches for addresses/landmarks. However, these calls are now returning error 401 (Unauthorized), which indicates we need to update our credentials and/or switch to a newer api.
HERE_autosuggest_401.mp4
Code Location
CivicTechExchange/common/components/utils/hereApi.js
Line 22 in f5012d0