docs: fix PR attribution in SPA fallback gotcha (argus nit)
This commit is contained in:
parent
6865c96697
commit
f611169ff0
1 changed files with 2 additions and 1 deletions
|
|
@ -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/
|
The naive nginx pattern for a path-prefix SPA (`try_files $uri $uri/
|
||||||
/matrix/index.html`) silently swallows asset 404s — a missing JS file
|
/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
|
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
|
Extension allowlists (tried in #686 → PR #729) have the same maintenance
|
||||||
problem: any new file extension the SPA ships breaks silently.
|
problem: any new file extension the SPA ships breaks silently.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue