Laravel reverb #52250
Unanswered
AbhilashSivaraman
asked this question in
General
Laravel reverb
#52250
Replies: 1 comment
-
I faced the same issue before. Make sure to double-check your REVERB_{HOST, PORT, SCHEME} environment variables. You might also need to add a channel route like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just implement in laravel reverb in local its works fine when i goes to my remote environment i face such issues like
event is triggered successfully and connection is also connect successfully but event and channels are not connect
Here my code
In my web.php
In app.js
To detect
Here my event
In channel.php
Beta Was this translation helpful? Give feedback.
All reactions