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.