DEV Community

Hilmi Hidayat
Hilmi Hidayat

Posted on

Error: unable to run private channel using Pusher in Laravel 10

I'm creating a chat feature using pusher private channel. When someone from the same thread sends a message, other people in that thread receive the message.

I have created the code as bellow, but I get error messages:

Error: JSON returned from channel-authorization endpoint was invalid, yet status code was…

Top comments (0)