Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manual: Element: Fix misleading base_url. #109691

Merged
merged 1 commit into from Jan 18, 2021

Conversation

nh2
Copy link
Contributor

@nh2 nh2 commented Jan 18, 2021

Motivation for this change

Judging from "${pkgs.element-web}/config.sample.json", this needs to be an https:// URL; the same thing you've set for the nginx virtualHosts entry.

With the config without https:// at the front I get from Element when loading it in the browser:

Your Element is misconfigured

Invalid base_url for m.homeserver

(Note the current approach may have been correct in the past, I didn't check that.)

Things done
  • Ensured that relevant documentation is up to date

CC @Ma27 who added the manual entry in commit 849e168.

Judging from `"${pkgs.element-web}/config.sample.json"`,
this needs be a URL starting with `https://`; without it one gets:

    Your Element is misconfigured

    Invalid base_url for m.homeserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants