Disable Connection to Server has been interrupted notifcation?

Hi,

Is it possible to disable the notification in the bottom right that states, "The Connection to the Server has been interrupted..." then "The Connection to the Server has been restored..."

On my Old touchscreen, I use the connection drops and restores quickly but the notification keeps popping up every time it does it, and I just prefer not to be notified.

Possible?

Cheers,
DMDComposer

You could hide the notifications with a theme file ? I'm not sure offering to hide this is a good idea otherwise.

1 Like

Hi Jean,

Apologies for reviving this old thread, but is there any current way to create a notification clear check perhaps? So, if a notification survives longer than x amount of time, then refresh the notifications / remove all current notifications.

I have custom notifications so I don't want to rid of all notifications. I can't see a way to target this specific "connection status" notification as it bugs out.

I'm still getting this on the current 1.26.2 version. Picture below, where the notification "The Connection to the server has been restored" just is stuck. What is unfortunate is I can't click the buttons behind the notification. The only way to clear this is to restart the template from client & server.

To be clear, my touchscreen is working fine, it's just the notification that gets stuck and won't go away.

Cheers,
DMDComposer

This notification is not intended to stay forever, there's still a bug there, I though I had it sorted out but apparently not. Meanwhile you can hide this one for good using a theme file and this bit of code:

.notifications .server-connected {
  display:none!important;
}
1 Like