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

Service pages not rendering in UI for services with special characters in name #7896

Closed
freddygv opened this issue May 14, 2020 · 1 comment
Labels
theme/ui Anything related to the UI type/bug Feature does not function as expected
Milestone

Comments

@freddygv
Copy link
Contributor

In the 1.8.0-beta1 release there is a bug in a UI query to the /connect/intentions endpoint that leads to some service pages not being rendered.

Services with non-alphanumeric characters in their name need to be wrapped in quotes when using Consul's endpoint filtering.

Not wrapping names with special characters in quotes leads to a 500 response from Consul. This 500 response leads to the service page not being rendered. Instead of the service page the UI will instead show a page that says The backend responded with an error and Error 500.

The workaround for this while testing with 1.8.0-beta1 is to only register services with alphanumeric characters or underscores _ in the name.

The fix has already been merged in #7888 and will be available in 1.8.0-beta2. Creating this issue for visibility.

@freddygv freddygv added type/bug Feature does not function as expected theme/ui Anything related to the UI labels May 14, 2020
@freddygv
Copy link
Contributor Author

Fixed by #7888

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme/ui Anything related to the UI type/bug Feature does not function as expected
Projects
None yet
Development

No branches or pull requests

2 participants