Replies: 3 comments 1 reply
-
You should use the This will get the error before the https://remix.run/docs/en/main/file-conventions/entry.server#handleerror |
Beta Was this translation helpful? Give feedback.
0 replies
-
Now it's much better:
I had no idea if it's a problem in Remix or in my app. How people troubleshoot problems in the JS world is beyond me. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok. I found my answer - source maps. Thanks again. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using an error notification system and send all errors captured in my ErrorBoundary in the root.tsx to it? The thing is that the error message is blank and the stack trace it this one:
So, I end up with nothing. How can I trace more info about my error. The route that threw the error would be a good start.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions