How to handle TypeError: LoadFailed on navigation #10341
Unanswered
andychongyz
asked this question in
Q&A
Replies: 1 comment
-
Any recommendations? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have been facing this arbitrary error that I cannot reproduce in Safari browser or any Webkit powered browser from Mac and iPhones. We are able to catch the error, TypeError: LoadFailed, using
clientAction
for form submission.But we cannot figure out how we can catch the fetch calls made by Remix to fetch the layouts and route during navigation.
Anyone have any idea how to deal with this kind of issue?
Screenshot from Sentry Breadcrumb:
Beta Was this translation helpful? Give feedback.
All reactions