-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
UI rendering issues with Consul v1.15.0 #16429
Comments
I'm seeing this as well in v1.15.0 across several browsers, with variations of the following stack trace in the browser console:
|
I am seeing this as well on Ubuntu 22.04 LTS (Jammy Jellyfish) + Chrome Version 110.0.5481.178. After dongrading to 1.14.4 it works correctly again. Also "Overview" is not showing anything in the Consul UI. |
I am seeing the same thing in Vivaldi after upgrading to 1.15.0. |
Same issue here. Adding a screenshot of the empty "Overview" page for completeness: This is on a fresh install of Consul v1.15.0 (revision EDIT: this installation is not running any production workloads yet, so let me know if there's anything I can do to help debug this. |
Also seeing the same issue as in the screenshot above after upgrading my Consul cluster from version 1.14.4 to version 1.15.0. I attempted to recover the cluster by creating the |
Hi folks, we were able to reproduce and fix the issue via #16444. This will be back ported and released in 1.15.1 as part of our patch release around mid-march timeframe. Thank you for the quick feedback! |
Your attitude is unacceptable, and I will not be using any further Hashiscorp products because of it. |
Having to wait several weeks for a bug that makes the UI completely unusable seems a bit wrong to me also, especially when the fix is simple, only affects the UI, and is ready to go. Why not do a hotfix release instead of forcing people to roll back to a previous version? |
I don't understand the response when you have a significant component of the program broken in a minor release, have a fix ready, to then decide to wait another 2-3 weeks to release the fix to the users. |
Dude keep clam. If you want have a better support or more stable tested product then make a enterprise subscriptuon on hashicorp. Your points here are really not appropriate |
Hi folks, We understand the frustration around this issue. I’d like to apologize on behalf of our team. This was a miss on our part. We acknowledge that these types of regressions are unacceptable and are taking steps to minimize the possibility of such regressions in the future. We be publishing a patch release next week which will address these issues. The patch releases will be available no later than March 9th. |
Experincing the same as @frh-td with cluster overview UI being broken. |
The same here |
1.15.1 still broken. isHTMLSafe error on "overview", "Intentions" and "Peers" pages. your guys did not do tests and wait 2 weeks release a broken patched program ? you need 1.15.2 |
It's quite impressive that nobody at hashicorp even bothered to click on the pages mentioned in this very issue, for weeks, before releasing another broken build after already having egg on their face. Not sure what kind of QA you have going on over there, but at my company that doesn't fly. It's not like this is some edge case that only happens to certain people some of the time, this is something that is completely broken for everyone, and was known to be broken before the new version was released. Makes you wonder how much we can trust the real functionality of the products when totally preventable UI bugs like this aren't even tested and fixed properly. |
@blake this is still broken in the main page |
Confirmed this is fixed in Consul 1.15.2. |
Closing as the issue is now resolved in 1.15.2. |
After upgrading to Consul
v1.15.0
, we started to see rendering issues in UI. For example, theServices
page doesn't render all list items when you navigate to the page. After opening the filters (without changing values), the missing items start to come visible. Below are two screenshots. There are 17 services in total, but only some of them are rendered first (screenshot1). After opening the filters, the page start to show all items (screenshot2). As can be seen, there are rendering issues with filters too.The problem reproduces with latest Chrome, Firefox, and Safari.
The text was updated successfully, but these errors were encountered: