RTippin / messenger

Laravel messenger. A full messenger suite for your new / existing laravel app! Private and group threads between multiple models, with real-time messaging, reactions, attachments, calling, chat bots, and more!
https://tippindev.com
MIT License
416 stars 84 forks source link

heartbeat problem #70

Closed michalevk closed 1 year ago

michalevk commented 1 year ago

Hey, when will I enable MESSENGER ONLINE STATUS ENABLED in the .env I have such errors

image

RTippin commented 1 year ago

@michalevk That's a backend error (see the server error 500 in console). You'll need to view your servers error/laravel log to see what's causing it.

michalevk commented 1 year ago

in fact, it already works. But I have another problem because I use websockets, I think I have configured the front correctly, everything is live but the messages are not arriving. Do you know what might be going on? image

michalevk commented 1 year ago

in fact, it already works. But I have another problem because I use websockets, I think I have configured the front correctly, everything is live but the messages are not arriving. Do you know what might be going on? image

I noticed a problem with e-mail that only appears when we connect our SSL certificate. when I turn it off, the messages come normally. The strange thing is that websockets works on SSL and they see some of the user's interactions live