-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
404 Page Causes Infinite Reload After Using npx create-remix@latest
#9821
Comments
FWIW I cannot reproduce this using v2.10.3, but I can with v2.11.0 |
I noticed the same issue. Also using v2.11.0. |
My codebase has the same issue:
|
To help narrow down the issue: only happens in |
Yep, can confirm I ran into this very issue today. I had to downgrade to 2.10.x which doesn't have this bug. |
It also happens on production servers built and deployed to Cloudflare. I seemed to have fixed it with a one-line patch. See my comment here: #9695 (comment) |
This should be fixed by v2.11.1. |
Fixed for me |
Reproduction
Install the latest version using one of the following methods:
npx create-remix@latest
Start the development server
Navigate to http://localhost:5173/404 or any other non-existent page
System Info
Used Package Manager
pnpm
Expected Behavior
When visiting a 404 page, display the nearest or the root ErrorBoundary without causing an infinite reload
Actual Behavior
Infinity page reload when visiting a 404 page, both in development and in production
The text was updated successfully, but these errors were encountered: