Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

abdulrehman176617's avatar

pusher is not working

i am watching a video on Laravel WebSockets

In my env file i have these:

PUSHER_APP_ID=staging PUSHER_APP_KEY=staging PUSHER_APP_SECRET=staging LARAVEL_WEBSOCKETS_HOST=127.0.0.1 LARAVEL_WEBSOCKETS_PORT=6001 PUSHER_SCHEME=http PUSHER_APP_CLUSTER=mt1

when i try to connect in beyondcode/laravel-websockets dashboard it shows error

{"ok":false,"exception":"Pusher error: auth_key should be a valid app key\n."}

why its not working for me when its for the person who is making video tutorial. please help

i am using laravel 9

0 likes
1 reply
abdulrehman176617's avatar

I want to create WebSockets for free or ateast free at localhost for test and development time

Please or to participate in this conversation.