You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@RocketChat If the desktop client can't connect to a RocketChat server and you're presented with the 'Reload' button and error, does it ever automatically attempt to reconnect? If not, that needs addressing; been trying to ping colleague but their RC client had that.
The text was updated successfully, but these errors were encountered:
Hey @HammyHavoc, thanks for the suggestion. That would actually be pretty cool, we can't focus on it right now but we'd love if someone from the community could work on this.
I'd also love to see this feature. I've also got the same problem when using autostart, meaning that the client gets started without having a wifi/vpn connection yet.
So I now got something that works for me.
In the file /src/public/loading-error.html
I added the following line somewhere in the <html> <script>setInterval(() => { document.getElementById("reload").click() }, 10000)</script>
Quick and simple... opinions?
As per my tweet on https://twitter.com/hammyhavoc/status/935595873656098816, I've been asked to open an issue here regarding it.
The text was updated successfully, but these errors were encountered: