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