Laravel Websockets raises a BroadcastException "Invalid auth signature provided"
I'm trying to add websockets support to my Laravel 9 application. I've read in their documentation that I could run an open source server on my own instead of relying on commercial solutions. With that in mind, I decided to…