Laravel reverb not working with SSL on production with apache #54007
Unanswered
pranavmankar
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
-
I am using Let's Encrypt SSL. PHP 8.3.12 — Laravel 11.29.0
In terminal after running: php artisan reverb:start --debug
It shows: Starting server on 0.0.0.0:8080 (example.com).
Getting this error in the console of the receive-notification blade file.
WebSocket connection to 'wss://localhost:8080/app/m0ym3fxag51pkwyz7n6u?protocol=7&client=js&version=8.4.0-rc2&flash=false' failed:
My event code
.env file
echo.js file
receive-notification.blade.php JavaScript code
virtual host conf file
Beta Was this translation helpful? Give feedback.
All reactions