area: integrations (video calls)backport candidatehelp wantedin progress
仓库指标
- Star
- (19,672 star)
- PR 合并指标
- (平均合并 36天 6小时) (30 天内合并 110 个 PR)
描述
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 @ 💬