-
Notifications
You must be signed in to change notification settings - Fork 11.3k
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
Banner notification is not undone #32018
Comments
We were also having this problem with version 6.5. Also, those banners are causing huge performance problems already in 6.5, when loaded (huge browser / app freezes)... |
I fully understood this issue and wanted to solve it so please Assign this issue to me. |
I wanted to work in thus issue please Assign this issue to me. |
It takes a long time to resolve it, given that there are already people willing to resolve it. This problem has a very negative impact on the Rocketchat user experience. |
There is a very long process involved in getting items fixed. It has to go through a number of stages and it competes with separate issues raised directly by (paying) Enterprise customers along with the requirements of various other teams. If people want to fix it and add PRs then they can go right ahead but no one gets 'assigned' anything. Can the OP or anyone else confirm if this is still an issue? |
Can confirm still having this issue. Persistent banner that does not get dismissed. I've removed the element via custom CSS for now but obviously not a permanent solution. |
Doing 'Me too' doesn't help as your situation may have a totally different cause from the OP. Please fill out the Server setup and Client setup details from the bug template so we can see what you are running. Note you should be testing this on minimum 6.8.0 or 6.9.0 Please also include the error messages from your log as per the OP. Thanks. |
We are on When I click on the
Deployment information
|
I believe this might help fix some of these issues. Probably in 6.10 |
We probably shouldn't be returning error: undefined as well, I will talk with the team so we can fix that :) |
#32552 was merged so this will land on 6.10 😁 |
Description:
After updating to version 6.5.4 the banners are not disappearing.
You click close and nothing happens.
Expected behavior:
Click the close button on the banner and it will disappear.
Actual behavior:
Server Setup Information:
Client Setup Information
Additional context
Analyzing the rocketchat_banner_dismiss collection in the database, we can see that it updated the table, but the application did not consider it.
When clicking to close the notification, the error below is displayed in the server log.
Relevant logs:
The text was updated successfully, but these errors were encountered: