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