Closed arshad827 closed 10 months ago
Happens also to me in Angular 16 with library version 16.0.1.
I have the same problem but only when the app has been deployed to a QA environment. Locally everything works as expected. In my case, I get the error when calling isAuthenticated or checkAuth. I'm thinking it's a configuration issue but I've only just started to track it down.
EDIT: It was a configuration issue, the config wasn't getting added to the environment. Once I was making sure all the required values were existing the problem went away.
Why this is closed? I suppose the issue is still there..
Version
14.1.5
Steps to reproduce the behavior
A clear and concise description of what you expected to happen.
After upgrading to version "^14.1.0" of "angular-auth-oidc-client," an error occurs during the execution of ng test. The error message is as follows:
"An error was thrown in afterAll: TypeError: Cannot destructure property 'configId' of 'configuration' as it is undefined."
Additional context
No response