Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.
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. #802

@fauzifadillah

Description

@fauzifadillah

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' => [

    'pusher' => [
        'driver' => 'pusher',
        'key' => env('PUSHER_APP_KEY'),
        'secret' => env('PUSHER_APP_SECRET'),
        'app_id' => env('PUSHER_APP_ID'),
        'options' => [
            'cluster' => env('PUSHER_APP_CLUSTER'),
            // 'useTLS' => true,
            'encrypted' => false,
            'host' => 'back-office.itsloco.co.id',
            'port' => 6001,
            'scheme' => 'http',
        ],
    ],`

please help:(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions