rossedlin / chat-laravel-pusher

Chat Laravel Pusher
https://chat.laravel.pusher.edlin.app
4 stars 4 forks source link

Cannot receive the message on another session #9

Open cooffeeRequired opened 3 months ago

cooffeeRequired commented 3 months ago

Before i copied your git i try inplement that to my project, but the issue is the totaly same, the code seems works but i cannot receive the message on another session and that happens also with your source..

PHP 8.3.6

"php": "8.3.*", "guzzlehttp/guzzle": "7.5.0", "laravel/framework": "9.52.4", "laravel/sanctum": "3.2.1", "laravel/tinker": "2.8.1", "pusher/pusher-php-server": "7.2.2", "sentry/sentry-laravel": "3.2.0"

Docker: 4.29.0 (145265) WIN 11 PRO

rossedlin commented 3 months ago

Hey,

A few obvious things you could check... In your .env file

BROADCAST_DRIVER=pusher QUEUE_CONNECTION=sync

Make sure the following variables are set to the following.

Also, since Laravel v11 you need to include the config/broadcasting.php

https://github.com/rossedlin/chat-laravel-pusher/blob/master/config/broadcasting.php

Let me know if that solves the problem! :)

cooffeeRequired commented 3 months ago

How can I include the broadcasting?

cooffeeRequired commented 3 months ago

image

cooffeeRequired commented 3 months ago

image