79118176

Date: 2024-10-23 13:43:16
Score: 1.5
Natty:
Report link

I found the issue was due to a recent version update. In my package.json, I had specified "angular-auth-oidc-client": "^18.0.1", but after checking the node_modules, it had been updated to version 18.0.2 (18.0.1 to 18.0.2). After reverting and running npm install, everything worked as expected.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Sathishkumar Manoharan