munafio / chatify

Laravel's #1 one-to-one chatting system package, helps you add a complete real-time chatting system to your new/existing Laravel application with only one command.

Home Page:https://chatify.munafio.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Realtime Update Issue

Emad-2002 opened this issue · comments

The problem I am facing is, Say I am Roger and I send a message to my friend Gold saying 'hi'. After pressing send, it shows the clock icon on the message and unless I refresh the page, the icon does not change to sent. The same for receiver's end too, unless the page is refreshed Gold cannot see the latest message either. Basically, the send message and all components are working fine, but I believe there is some sort of problem with the pusher which is not showing the messages in real time.

Share your browser console messages as well as the pusher debug console. Your events might be getting fired but now getting listened.

Share your browser console messages as well as the pusher debug console. Your events might be getting fired but now getting listened.

Yes I think that is the issue, but I am new to this which is why I am not sure exactly what went wrong.

Wuhuuuu, I got to the solution, the issue was SSL certificate problem, which is a common problem if using localhost, to which I used the solution by following the link : https://www.scratchcode.io/curl-error-ssl-certificate-problem-unable-to-get-local-issuer-certificate/