php - Laravel broadcasting auth route simply returns "true" -
i'm using default broadcast::routes() in broadcastserviceprovider.php pusher.
on local dev environment pusher auth route https://example.com/broadcasting/auth returns correct value this:
{"auth":"26459d435d6228d35d:264d007419334bebb44539854e6ff54b6f09342aed2653822f5e90674650345000"} however, when deploy aws, route string true. this, of course, breaks pusher.
in pusher debug console see error:
auth info required subscribe private-app.user.5 what cause broadcaster auth return true?
Comments
Post a Comment