Broadcasting via Pusher failing in production #52577
Replies: 2 comments
-
From what I’m seeing it’s not look like a Laravel issue. Just an attempt to POST data directly from your front-end app to |
Beta Was this translation helpful? Give feedback.
-
@noefleury I have updated the issue, I ommited the listening on the frontend but it was there all along, I also add the following line |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Laravel Version
11.21.0
PHP Version
8.3.0
Database Driver & Version
10.6.18-MariaDB-cll-lve - MariaDB Server
Description
Broadcastng works in development on Windows machine but fails in production with the following errors in the console
Here is what my setup looks like
.env
echo.js
bootstrap/app.php
app.blade.php (within a alpine component)
Steps To Reproduce
Not sure it applies, but my settings are in the description
Beta Was this translation helpful? Give feedback.
All reactions