Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting up intercepts for nested URLs triggers "WARNING: More than one intercept" message #2643

Open
smv-orrin opened this issue Sep 26, 2022 · 1 comment

Comments

@smv-orrin
Copy link

smv-orrin commented Sep 26, 2022

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:

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?

@mhisle22
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants