Open TonyJDavies opened 1 week ago
I'll try to repro this. I would have thought that the unit tests for this code would have failed though.
Do you have a snippet of code that reproduces this?
Also, what version of Node are you using?
It looks like #1969 bumped the openid-client dependency from 5.7.0 to 6.1.3. Looking at the v6.0.0 release notes, that dependency switched to being an ESM module. Since the TypeScript code is transpiled to use require()
, I'm guessing that explains the error.
I would have thought that the unit tests for this code would have failed though.
Similar to what I mentioned in #1975 - it might be worth running the tests against the transpiled code.
Describe the bug When upgraded to latest version
0.22.2
of this library getting the following error:This appears to be due to using the new version of
client-node
. Client Version0.22.2
Server Version e.g.
1.19.1
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Example Code Code snippet for what you are doing
Environment (please complete the following information):
Additional context Add any other context about the problem here.