Replies: 1 comment 6 replies
-
|
Can you describe the loop in more detail? What's in the error logs during the loop? Is it a redirect loop? What are the URLs involved? Looking at the body-parser changelog between v1 and v2, what breaking changes do you see that might be related? |
Beta Was this translation helpful? Give feedback.
6 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the below version combination for my nodejs app and it is going into looping when performing authentication.:
"@node-saml/passport-saml": "^5.1.0",
"body-parser": "^2.2.0",
"express": "^5.1.0"
It only works when i changed to use body-parser v 1.20.3.
Any suggestion?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions