Skip to content

Unable to connect to session if not served by localhost #39

@0xphk

Description

@0xphk

Hi,

if I start the server with termpair serve --host 192.168.x.x --port 8000 it successfully binds to the correct interface.

The shared session is successful initiated with termpair share --host "http://192.168.x.x/" --port 8000

Browser opens session and server sends HTTP 200 ok (304 for png & js) for every request but the session is always in "connection-pending" state.

If served/shared using localhost instead, it works without issue.

Do I miss something here? Any help appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions