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

Filtered prefixes tab route server button fails when route limit is higher than the maximum set in birdseye #707

Closed
moviedo-sc opened this issue Apr 27, 2021 · 1 comment
Assignees

Comments

@moviedo-sc
Copy link

When an user clicks on the route server name, under the filtered prefixes tab, and the received routes exceed the limit set in birdeye config (1000 routes as default) it fails with the error: 500 | Server Error :: Content not defined.

This confuses the members. It would be better to add a more informative message, or redirect to the Route Search tab.

Thanks,
Mauricio

@barryo
Copy link
Member

barryo commented May 17, 2021

@yannrobin - a sample of the issue here can be seen on this link.

The issue is Birdseye is limiting the amount of routes that it will return (anti-DoS, anti-service interruption mechanism).

Can you catch 500's on the looking glass and redirect to the summary page (like this one] with a info bar: "The available resource is not available. Most likely the amount of routes exceed the APIs configured maximum threshold."

[releave-v5 and v6 please]

yannrobin added a commit that referenced this issue May 19, 2021
…it is higher than the maximum set in birdseye - fixes #707
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants