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

"The network has wandered off" hides the true cause of errors #608

Open
abridgett opened this issue Feb 3, 2025 · 0 comments
Open

"The network has wandered off" hides the true cause of errors #608

abridgett opened this issue Feb 3, 2025 · 0 comments

Comments

@abridgett
Copy link

When the server throws a 500 exception, it is hidden with this misleading message thrown instead.

Cases seen so far:

  • DB not setup
  • DB not initialised
  • Trying to add a cluster to more than one routing group (hits a primary key constraint)

I think it'd be clearer to report the actual error. Currently the user/admin has to retry with chrome webtools enabled to see the actual cause.

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

1 participant