zulip/zulip

JITSI_SERVER_URL should accept bare hostnames for back-compat

Open

#39,230 创建于 2026年5月6日

在 GitHub 查看
 (17 评论) (0 反应) (1 负责人)Python (19,672 star) (7,339 fork)batch import
area: integrations (video calls)backport candidatehelp wantedin progress

描述

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 @ 💬

贡献者指南

JITSI_SERVER_URL should accept bare hostnames for back-compat · zulip/zulip#39230 | Good First Issue