Severity
smell / low
Summary
Invented deep links (/foo, /chat, /ask/xyz) soft-fail into the Ask UI instead of 404; prior chat can reappear; invalid URL stays in the address bar.
Repro
- Open https://ask-jdp.marten-pollux.ts.net/
- Navigate to
/foo, /chat, or /ask/xyz.
Expected vs actual
- Expected: 404 (or explicit unknown-route handling) for invented paths.
- Actual: Soft-routes into Ask UI; prior chat may reappear; address bar keeps invalid URL.
Source
Breaky dogfood 2026-09-23
Notes
Validated: Double-Checky. Live: https://ask-jdp.marten-pollux.ts.net/
Severity
smell / low
Summary
Invented deep links (
/foo,/chat,/ask/xyz) soft-fail into the Ask UI instead of 404; prior chat can reappear; invalid URL stays in the address bar.Repro
/foo,/chat, or/ask/xyz.Expected vs actual
Source
Breaky dogfood 2026-09-23
Notes
Validated: Double-Checky. Live: https://ask-jdp.marten-pollux.ts.net/