Replies: 1 comment 1 reply
-
I'm not sure what could be wrong in here - Where is that The only thing I can think that's happening is this line: {
"body": 'Error during login. ' + error['error']['error']
} What's the value of the argument error = {
error: {
error: "error"
}
} it could throw the exception you're showing here. |
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
-
Hi all,
This is my first time starting a discussion on github and I hope you can help me, as I have no idea
at the moment how to fix this problem.
I'm facing a problem since upgrading rxjs 6.3.3 to 7.1.0 with the error handling of subscribe(). Since the upgrade
the error parameter is undefined and for me it looks like this could be a bug, as there is no problem with the next parameter.
My example code looks like this:
The 401 response from the webservice looks like this:
and the error message is:
ERROR TypeError: Cannot read property 'error' of undefined
If more information is needed, just let me know.
Thanks all for your help in advance!
Regards,
Daniel
Beta Was this translation helpful? Give feedback.
All reactions