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
My app users are receiving error "Routing deadline expired"
I am also seeing this error logged in Sentry, but there is no useful information associated with it (e.g. no stack trace, which is very unusual for Sentry – all other errors have it).
There is no mention of this anywhere in my codebase, and I cannot find mentions of this error in node_modules, i.e. I don't understand where it originates from.
Even more bizarrely, I cannot find any references of this error happening to others when searching Google.
My Stack is Remix + Vite + React.
I suspect this is some sort of internal React error, only because I see one of Sentry tags that says "function ReactError". But this could be red herring.
I also tried searching GitHub, but there are no references to this error.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am out of ideas.
My app users are receiving error "Routing deadline expired"
I am also seeing this error logged in Sentry, but there is no useful information associated with it (e.g. no stack trace, which is very unusual for Sentry – all other errors have it).
There is no mention of this anywhere in my codebase, and I cannot find mentions of this error in
node_modules
, i.e. I don't understand where it originates from.Even more bizarrely, I cannot find any references of this error happening to others when searching Google.
My Stack is Remix + Vite + React.
I suspect this is some sort of internal React error, only because I see one of Sentry tags that says "function ReactError". But this could be red herring.
I also tried searching GitHub, but there are no references to this error.
Beta Was this translation helpful? Give feedback.
All reactions