Skip to content
Discussion options

You must be logged in to vote

I was able to solve this.

We were using the fallback=true, and interestingly enough when pages that were not built were retrieved via SWR and then clicked on, the pages were completely rendered HTML in the view source. But if you hit the pages directly for the first time, they were initial statically generated pages to fulfill the fallback=true. And those these pages rendered and were parsed correctly in the Elements/Inspector view, the view source had none of our head meta-tags and they were all referenced in next.js files. Once I switched to fallback=unstable_blocking, then the pages were built complete the first time we access the page directly.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jaybytez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant