-
Notifications
You must be signed in to change notification settings - Fork 373
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
Uncatchable throws in httpSession #2789
Comments
Hi @siakc thank you for filing this issue. Let me look into it. In the meantime, can you share any error logs you might have? |
Sure
It maybe helpful to note that the cause of the problem seemed to be a DNS misconfiguration on our side. |
Thanks for the additional context! |
This is correct. |
We were getting uncaught exceptions from this package (node version v14.21.3). After investigating the matter noticed we have
added in src/utils/api-request.ts (commit: e5001c1). Here when we throw errors in the callbacks there is no way we could catch it with a try...catch or .catch().
The text was updated successfully, but these errors were encountered: