I get the following error trying to implement pusher into my laravel 10 app.
local.ERROR: Pusher error: Not found. {"exception":"[object] (Illuminate\\Broadcasting\\BroadcastException(code: 0): Pusher error: Not found.
I have everything setup according to the documentation.
The error occurs first when i try to broadcast an event.