-
Per docs at https://github.com/espocrm/documentation/blob/master/administration/websocket.md there's a bit of server-side setup to get EspoCRM web socket support working nicely (which I checked, and the current
Dockerfile
doesn't seem to address). This drives a lot of the in-app popup notifications, and would be great to have work on the Cloudron packaging out of the box. -
Hi @jimcavoli ,
I have been beating my head against the wall trying to get popup notifications in EspoCRM to appear (initially at all) now more quickly. I am using a VOIP integration and the popup should appear as soon as a call is placed or received in order to be useful. I came across your post here about websocket support and enabling websockets in the administration got the popups coming, but sometimes can take almost a minute. Do you know of a way to speed up this process? When I used the EspoCRM on their demo server the popup was almost instantaneous. Any advice that you can offer is VERY appreciated....
-
@jerimiah Interesting. Can you try to take some websocket test pages like https://www.websocket.org/echo.html or https://websocketstest.com/ to see if it's some browser/websocket issue or package issue?