For me, I was using QUEUE_CONNECTION=redis on both production and locally, which meant they shared the same data about pusher - including the app id. Locally, I switched it to QUEUE_CONNECTION to 'sync', cleared the redis data and it worked how it should locally and in production.