Hydration errors are one of the trickiest parts about SSR - especially when they only happen in production.
Grabbing a single header from the request couldn't be easier in Nuxt: const contentType = useRequestHeader('content-type'); This is super handy in middleware and server routes for checking authentication or any number of things.
Nuxt layout fallback If you're dealing with a complex
Collection
[
|
...
]