docs: fix PR attribution in SPA fallback gotcha (argus nit)

This commit is contained in:
lexis 2026-05-31 12:44:21 +02:00 committed by Mara
commit f611169ff0

View file

@ -145,7 +145,8 @@ files in subdirectories) fails with `EPERM`. Fix: pass
The naive nginx pattern for a path-prefix SPA (`try_files $uri $uri/
/matrix/index.html`) silently swallows asset 404s — a missing JS file
returns `index.html` with a 200, so the JS runtime never loads and the
page renders blank with no visible error (#685, fixed #684, narrowed #686).
page renders blank with no visible error (#685; fixed in PR #684;
#686 filed the follow-up edge-case, addressed in PR #729).
Extension allowlists (tried in #686 → PR #729) have the same maintenance
problem: any new file extension the SPA ships breaks silently.