Laravel 11 and Reverb : pusher error 404 Not found #54280
Unanswered
OliviaMorris29
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While using in production (Apache server) its giving the Pusher Error (Not found) when triggering any event
I have tried both helpers: event(new App\Events\FirstEvent($mob, $username, $id, $message, $content, $msgid, $language, $status)); broadcast(new App\Events\FirstEvent($mob, $username, $id, $message, $content, $msgid, $language, $status));
In event i'm using ShouldBroadcastNow.
When running the server with " php artisan reverb:start --debug" , I am getting:
Message Received ........................................................................................................ 137685220.94210843
1▕ { 2▕ "event": "pusher:ping", 3▕ "data": [] 4▕ }
Message Handled ......................................................................................................... 137685220.94210843
But in the frontend, there is no data. While checking the logs, I am getting the following error: Pusher error: 404 Not Found Not Found. The requested URL was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an Error Document to handle the request.
Can anyone help me with this?
Beta Was this translation helpful? Give feedback.
All reactions