zulip/zulip
Ver no GitHubJITSI_SERVER_URL should accept bare hostnames for back-compat
Open
#39.230 aberto em 6 de mai. de 2026
area: integrations (video calls)backport candidatehelp wantedin progress
Métricas do repositório
- Stars
- (19.672 stars)
- Métricas de merge de PR
- (Mesclagem média 36d 6h) (110 fundiu PRs em 30d)
Description
We used to support:
JITSI_SERVER_URL = "jitsi.example.com"
This now causes the frontend to fail to load because it doesn't parse as a URL, because it's missing a schema. We should, in computed_settings, parse JITSI_SERVER_URL as a URL, check for a lack of schema, and if it's missing, use _replace to assume the right schema is https:// and update JITSI_SERVER_URL accordingly.
CZO thread: #production help > 12.0 frontend stuck loading @ 💬