Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 491 Bytes

getinitialprops-enoent.md

File metadata and controls

13 lines (7 loc) · 491 Bytes

ENOENT from getInitialProps

Why This Error Occurred

In one of your pages you threw an error with the code ENOENT, this was previously an internal feature used to trigger rendering the 404 page and should not be relied on.

Possible Ways to Fix It

Handle rendering the 404 state on the current page instead of throwing and trying to render a separate page.

Useful Links