You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling revalidator.revalidate() as well as having a fetcher active trigger a "Not Found" error that does not seem catchable nor recoverable, even if the endpoint actually exists. You can see that happening in https://github.com/ataias/remix-use-fetcher-with-resource-route . Both dev mode and the production build suffer from the same issue.
I'm having a more flaky and tougher to reproduce issue which is when I have v3_lazyRouteDiscovery enabled I eventually get a 404 error from client-side routing. But I haven't nailed down a cause for this issue. I was hoping to find some sort of debug mode for the router to see what's going on inside there, but so far have been unable to find this option.
Reproduction
Calling
revalidator.revalidate()
as well as having a fetcher active trigger a "Not Found" error that does not seem catchable nor recoverable, even if the endpoint actually exists. You can see that happening in https://github.com/ataias/remix-use-fetcher-with-resource-route . Both dev mode and the production build suffer from the same issue.System Info
Used Package Manager
npm
Expected Behavior
Opening the home page in repo https://github.com/ataias/remix-use-fetcher-with-resource-route should not hit the ErrorBoundary
Actual Behavior
Opening the home page in repo https://github.com/ataias/remix-use-fetcher-with-resource-route hits the error boundary with error
No route matches URL "/en-br/api/hello-world-1?fetcher-1"
. However, the route exists.The text was updated successfully, but these errors were encountered: