Pusher client side /pusher/auth returning Error 500 (Internal Server Error)
问题 I'm working on developing a quick chat application to develop my skills with pusher and decided to start getting into private channels. The public channel application I had on the same client-side code and slightly tweaked App\Events\chatmessagesent event (changed return new Channel(...) to return new PrivateChannel(...)) is returning a peculiar error. When I load up the chat page, even though I just tweaked the code to point to a private server, I now get a Error 500 when trying to post to