Versioning issue - Vite (7.2.4)/Duende BFF(3.0.0) #21142
Unanswered
MatthewFyfe1234
asked this question in
Q&A
Replies: 0 comments
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.
-
Describe the bug
Hi we have recently upgrade from Vitae 7.1.11 -> 7.2.4 in a React project. The whole project is a .NET + REACT stack and we are getting "invalid_request" when we are trying to login to Duende (Identity Server).
This is the package.json of the working React version:
This is the version that doesn't work:
In the .NET 8.0 side project nothing has changed:
This is the url generated that fails:
https://localhost:5443/connect/authorize?client_id=test.spa&redirect_uri=https%3A%2F%2Flocalhost%3A7283%2Fsignin-oidc&response_type=code&scope=openid%20profile%20api%20offline_access%20roles&code_challenge=1IriNBnqx_IQHUggFw2Eoyn6dxEMahdwpLNTAo1jU7c&code_challenge_method=S256&nonce=%7Bnonce%7D&state=%7Bstate%7D&x-client-SKU=ID_NET8_0&x-client-ver=8.0.1.0
Can you advise us
Reproduction
n/a
Steps to reproduce
See version clash detailed above
System Info
Used Package Manager
npm
Logs
No response
Validations
Beta Was this translation helpful? Give feedback.
All reactions