Skip to content

Doesn’t allow server port 443 #5

Description

@damomurf

Presumably because of the nature of the underlying URL function in use, the code reference at

return `${serverURL.protocol}//${serverURL.host}:${serverURL.port || 8448}`
doesn’t allow for the specification of port 443 for the matrix home server. If :443 is specified in either https://<host>:443 or <host:443> forms the code replaces the port number with 8448.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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