I am trying to make my app app connect to pusher on a private channel.
But I am getting the following error:
pusher.js?b3eb:593 POST http://l
Hope your base url is wrong try to hardcore your base url like below
window.Echo = new Echo({ authEndpoint : 'http://*******/public/broadcasting/auth', broadcaster: 'pusher', key: '********', cluster: '***', encrypted: true });