snapapi: update bugs + state for BUG-010 fix and playground enhancement
This commit is contained in:
parent
d4111681af
commit
d135c0ef63
2 changed files with 9 additions and 1 deletions
|
|
@ -52,6 +52,14 @@
|
|||
- **Deployed to staging:** Yes (commit db0d4eee)
|
||||
- **Production:** Awaiting investor approval for v* tag
|
||||
|
||||
### BUG-010: Privacy Policy page returns 404 (CRITICAL) — FIXED (staging)
|
||||
- **Found:** Session 12 (investor-reported)
|
||||
- **Impact:** /privacy returns 404 — legal pages broken. Footer links on terms/impressum/privacy pages used `/privacy` without `.html` extension.
|
||||
- **Root cause:** express.static only serves files by exact filename; no route handler for extensionless URLs
|
||||
- **Fix:** Added 301 redirects for `/privacy`, `/terms`, `/impressum`, `/status` → `.html` variants. Also fixed all internal links to consistently use `.html` extension.
|
||||
- **Deployed to staging:** Yes (commit db1fa8d). Full link crawl: zero 404s across all pages.
|
||||
- **Production:** Awaiting investor approval for v* tag
|
||||
|
||||
## Open
|
||||
|
||||
### BUG-007: Simultaneous browser restart causes QUEUE_FULL (HIGH) — FIXED (staging)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue