After this, I'm trying to get the socket ID like this:
console.log('scoketID: ', Echo.socketId())
Unfortunately, I get null.
I am using Laravel Echo on VUE (web part) in a similar way without a problem.
Am I missing something? Why doesn't it connect? Anything I can do to get more information about the connection?
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
I'm using this in the same way as it is described in the demo. Here is how my options look like:
After this, I'm trying to get the socket ID like this:
console.log('scoketID: ', Echo.socketId())
Unfortunately, I get null.I am using Laravel Echo on VUE (web part) in a similar way without a problem. Am I missing something? Why doesn't it connect? Anything I can do to get more information about the connection?