Hi,
I have built an application using @okta/okta-angular package. In localhost development I can successfully authenticate however when deploying into a production environment using nginx the authentication process doesn’t complete.
The process redirects, the authentication process is successful and redirects back into my application with the code and state parameters. I am using the OktaCallbackComponent pointed to /login/callback. During development I can see a network call to /oauth2/v1/token but this never executes in the production build.
"@okta/okta-angular": "^5.1.1",
"@okta/okta-auth-js": "^6.2.0",