-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing 404 page #107
Comments
Issue-Label Bot is automatically applying the label 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. |
No, Didn't solve yet, "next": "^9.4.4", |
-Add 404 page -Add 404 page styling -Add translations needed for 404 page fix pankod#107
* Add 404 page -Add 404 page -Add 404 page styling -Add translations needed for 404 page fix #107 * Remove duplicate styles
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-404
The text was updated successfully, but these errors were encountered: