Skip to content
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

feat: custom 500 page on next server error #270

Merged
merged 1 commit into from
Mar 21, 2023

Conversation

samyogdhital
Copy link
Contributor

Custom 500 page (handles server-side exception. 🚀🚀)

Adds a 500.tsx file which is served if there is error in methods like : getServerSideProps, getStaticProps, ...

Fixes #257

Copy link
Member

@dahal dahal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 🚀 🚀

@dahal dahal merged commit 4f21705 into envless:main Mar 21, 2023
This was referenced Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom 500 page (handles server-side exception. 🚀🚀)
2 participants