Missing 404 page #107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
with a fresh install we get he below warning.
Warning: You have added a custom /_error page without a custom /404 page. This prevents the 404 page from being auto statically optimized. see here for info: https://err.sh/next.js/custom-error-no-custom-404Issue-Label Bot is automatically applying the label
bugto this issue, with a confidence of 0.68. Please mark this comment with 👍 or 👎 to give our bot feedback!Links: app homepage, dashboard and code for this bot.
I think this error is related to a bug in Next.js. Bumping Next version to 9.3.6 or above may solve your issue.
https://github.com/vercel/next.js/pull/12061
No, Didn't solve yet,
I use the latest version but still get the warning.
"next": "^9.4.4",