This repository was archived by the owner on Feb 7, 2024. It is now read-only.
failed: WebSocket is closed before the connection is established. #805
Unanswered
fauzifadillah
asked this question in
Q&A
Replies: 2 comments
-
@fauzifadillah for me is was a the - 'host' => 'back-office.itsloco.co.id',
+ 'host' => '127.0.0.1', and then run |
Beta Was this translation helpful? Give feedback.
0 replies
-
I tried your solution @Ghustavh97 but it is not working |
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
Uh oh!
There was an error while loading. Please reload this page.
-
My application is deployed on Shared Hosting with SSH Access and Port 6001 opened. But when I try to establish the connection the console says:
failed: WebSocket is closed before the connection is established.
here's my config:
`
// broadcasting.php
'connections' => [
please help:(
Beta Was this translation helpful? Give feedback.
All reactions