-
This seems to be a new fatal error in the latest version?
If you have getInitialProps in _app, is there a way to have a functioning 404 page? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, it looks like you're running into this issue #10919 which was resolved in |
Beta Was this translation helpful? Give feedback.
Hi, it looks like you're running into this issue #10919 which was resolved in
v9.3.1
of Next.js specifically this PR #10974. You are allowed to usepages/404
even if you havegetInitialProps
inpages/_app
although it will not be statically optimized currently since you are defining an app wide data dependency when usinggetInitialProps
inpages/_app