I have a angular9 ClientApp. I have a asp.net core webapi & IdentityServer4 for the backend. I imported oidc-client in my ClientApp. When I call userManager.signinSilent
my app is being redirected to
http://localhost/webapi/home/error?errorId...
Which results in a
404
How do I step through the oidc-client javascript to find out why it is doing this? I've tried searching my sources for this function but I only find oidc-client.js and it looks like everything is obfuscated.