Yota-K / weblog

技術ブログ的なもの。
https://karukichi-blog.netlify.app/
3 stars 0 forks source link

404が生成されない? #25

Closed Yota-K closed 3 years ago

Yota-K commented 3 years ago

404ページがなぜか表示されなくなった

Yota-K commented 3 years ago
スクリーンショット 2021-06-12 23 51 33
Yota-K commented 3 years ago

解決済み

原因

_error.tsxは、500エラー発生時に表示されるページだった。 独自の404ページを表示するためには、_404.tsxが必要だった。

https://nextjs.org/docs/advanced-features/custom-error-page

備考

開発用のdev serverは、SSRでページが生成されていたので、正常に動いていると思い込んでた。

https://zenn.dev/kobayashi_m42/scraps/dedcf88361928b