Nuxt SSR — cache-floor test
Rendered for user: guest
servedAt: 2026-09-06T04:31:40.308Z
nonce: 9qlnqpg5
Open ?user=alice and ?user=bob in two browsers. Different nonces = not shared. Same nonce = the edge served one cached copy to everyone (the bug).
- /api/data — dynamic JSON (expect
no-store) - /api/public — app sets its own
Cache-Control(expect honored)