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
When we call either of the intercept URLs, we see the following warning:
WARNING: More than one intercept ["https://api.here.com/v1/items","https://api.here.com/v1/items/14"] found for request "https://api.here.com/v1/items/14"
They're 2 different URLs, why is this warning message being triggered, and is there a way to stop it without having to re-implement our APIs?
The text was updated successfully, but these errors were encountered:
Hello, is there any recent updates on this thread? We are also experiencing this issue and have not yet found documentation on how to remove this warning message.
I have 2 intercepts for different URLs as follows:
URL1 - https://api.here.com/v1/items
URL2 - https://api.here.com/v1/items/14
When we call either of the intercept URLs, we see the following warning:
They're 2 different URLs, why is this warning message being triggered, and is there a way to stop it without having to re-implement our APIs?
The text was updated successfully, but these errors were encountered: