I used the normal env variables for pusher. For some reason those two don't work.
make sure you set these in you .env
PUSHER_APP_ID=xxx
PUSHER_APP_KEY=xxxx
PUSHER_APP_SECRET=xxxx
PUSHER_APP_CLUSTER=xxxx
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community