- Shipped
- September 10, 2026 at 8:16 PM UTC
- Author
- Kamo
- Commit
- 4f10892
title.html is SSI-included into the room page and most of static/ (both close pages, 404, oauth, offline, dialInInfo, prejoin, whiteboard). Its script still derived the theme folder from the hostname, so on meet.makeitpopsigns.com every one of those pages fetched **************** and got a 404, and on meet.kamocrm.com it read the stale migration copy. It now asks the sidecar for the organization's folder like every other page, keeping the host-derived one as the fallback. Missed by the previous commit's local harness because that harness served the pages raw; nginx runs with `ssi on`, and only the check against the deployed site saw the included file's request.