okta / samples-js-angular

samples-js-angular
https://github.com/okta/samples-js-angular
Other
73 stars 149 forks source link

There was an unexpected internal error. Please try again. after successful login #45

Closed robertforbes68 closed 4 years ago

robertforbes68 commented 5 years ago

Pulled the project installed it with npm, configured it for my OKTA environment. Everything starts fine and the login page is rendered properly. The user is authenticated and it shows in the logs on the OKTA server that the user was successful. But then the application it pops an error saying There was an unexpected internal error. Please try again. and leaves me at the login page.

swiftone commented 5 years ago

But then the application it pops an error saying There was an unexpected internal error. Please try again. and leaves me at the login page.

I can't find the phrase "unexpected internal error" in the code for the samples-js-angular, the okta-angular library, or the okta-auth-js library. Can you give a little more detail on what you're seeing? Was this pop up in reaction to an action, or just while sitting there? Was it immediate, or after a period of time (how much?) Was this a pop up from the application code, from the browser, or from your system?

swiftone commented 4 years ago

Closing this issue - if this remains a problem, feel free to reopen with the requested details.

spirit-catcher commented 4 years ago

I have this very same issue.

Mar 01 12:38:23 Raymond Walker  (User) User accessing Okta admin appsuccess Raymond Walker  (AppUser)

This shows I am successfully logging in to OKTA but my Website login box returns with There was an unexpected internal error. Please try again.

ANy Ideas on what could be the cause