I have the same issue with greyed out messages and there are no problems with socket connection.
Socket is connected and receiving ping/pong, but not the message info.
Setup i the latest docker image behind nginx on a dedicated subdomain for rocket.
Btw, I can actually see the message arriving on the socket, but it just doesn’t get rendered.
Repeating myself on this thread also, if anyone stumbles on it…
Ok, I have managed to fix it on my side, after a while…
The issue was in oplog connectivity, but Rocket logs and info were falsely showing that everything is ok with oplog.
My issue was that my MongoDB server was in standalone mode, and oplog events are not thrown in MongoDB standalone mode, only in replica sets.
I have just converted my mongo into a replica set and everything works now.
Hi,
Thank you @vaxter , with replication set, message was not grey and notification was instant.
Sorry for this mistake, doc for install without docker it’s not very clear