rsnext/errors/next-head-count-missing.md
Gerald Monaco 80671273ca
Revert "Remove next-head-count (#16758)" (#18713)
Co-authored-by: Joe Haddad <joe.haddad@zeit.co>
2020-11-10 16:35:47 -05:00

461 B

next-head-count is missing

Why This Error Occurred

You have a custom pages/_document.js that doesn't have the components required for Next.js to render correctly.

Possible Ways to Fix It

Ensure that your _document.js is importing and rendering all of the required components.

In this case you are most likely not rendering the <Head> component imported from next/document.