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

[0.6.x] Ensure custom 404 page shows after server restarts #141

Merged
merged 1 commit into from
Sep 15, 2022

Conversation

timacdonald
Copy link
Member

@timacdonald timacdonald commented Sep 13, 2022

fixes: #140

Currently the custom 404 page stops displaying if the server has restarted. This fixes that issue by ensuring that the middleware is always returned rather than returning early.

Copy link
Member

@jessarcher jessarcher left a comment

Choose a reason for hiding this comment

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

Didn't realise this was an issue - looks like the right fix!

@taylorotwell taylorotwell merged commit 64bef2b into main Sep 15, 2022
@taylorotwell taylorotwell deleted the 404-server-restarts branch September 15, 2022 13:26
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.

Laravel Vite page return 404 after restarting the server
3 participants