seancdavis
Hydration and caching issues on universal rendering page
@Philippe Serhal Makes sense that the headers for dynamic pages are not extracted to the static headers file.
With what we discovered here, #1 and #2 (and maybe #3) from the original issue work as expected when using the default Nuxt build settings. When I build for Netlify, the issues arise.
So it seems to me like there's something the Netlify preset is not doing properly in this transformation?
23 replies
Hydration and caching issues on universal rendering page
I was trying to show that by running with and without
--preset netlify
is that the behavior of the /polls/[id]
route is different.
Not sure exactly how Nuxt resolves what runs on server vs client. Can you share more about that, @manniL ?23 replies
Hydration and caching issues on universal rendering page
---
In addition, the Netlify adapter adds a
_headers
file and I noticed that it doesn't pick up the redirects mentioned in the page file (src/pages/polls/[id].vue
). Going to check with the team on that one.23 replies