Okta angular - okta/samples-js-angular sample applications

I have been running the “custom-login” application from the Okta Angular sample applications in dev mode perfectly.

However, if I try “ng serve –prod” or try to “ng build –prod” and deploy the dist folder, I always get an error about “property of issuer” being undefined.

When I run the ng serve command in standard dev mode, everything works great.

Would love to know how to build this sample app for prod environment so we can properly test CI/CD

Can you check the configuration api is proper or not.

@dkoffler I just tried the latest version of the samples and can confirm this is happening. Not sure why yet, but I posted an issue to track it: https://github.com/okta/okta-oidc-js/issues/176

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.