Skip to content

websocket-stream1 is not working anymore #22526

@sivanovvv

Description

@sivanovvv

Hello, in our project we were using a bit older cockpit and we were using in our frontend applications websockets.
LIke this:
const query = window.btoa(JSON.stringify({
payload: 'websocket-stream1',
address: url.hostname,
port: parseInt(url.port, 10) || 80,
path: /${socketPath}
}))

everything was working good.

We decided to update our cockpit now all of our applications websockets are not working.
Saw commits from last year theat the old bridge is changed to python.

What are my alternatives now? Do I need to rewrite everything that use that kind of communication in our applications?

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