Skip to content

Reverse-proxying with path rewrite breaks everything #194

Description

@Sierra410

Using nginx configuration similar to the following

location /some_prefix/ {
	rewrite ^/some_prefix/(.*) /$1 break;

	proxy_pass http://localhost:8100;
}

and using http://myserver/some_prefix as Server Url in extension's settings prevents the thing from working.

The server prints out Prepared room [id: ... blah blah ... ] upon trying to create a new session and nothing else.

The extension claims that a new session has been created successfully and copies the invite link.

Thirty seconds later Connection error: Websocket connection timed out. error is displayed.

Without /some_prefix and rewrite operation everything works as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions