-
Notifications
You must be signed in to change notification settings - Fork 695
Cannot read property 'split' of undefined ... OAuthService.storeAccessTokenResponse #309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
after update to ver 4 im getting the same error, |
|
I have also seen this problem. The problems is already fixed in the https://www.npmjs.com/package/angular-oauth2-oidc-codeflow fork. |
I have the same problem after update to ver 4, is there any quick workaround ? |
The PR causing this seems to be #274 |
Quick workaround; call tryLogin() with customHashFragment; e.g.:
|
Will look into this quickly |
Thanks for pointing this out and the PR. I've just published a new version 4.0.1 with a fix for this. |
Hi,
Thanks a lot for the update to support Angular 6. However, after updating I get this error when I try to login:
Here's my config:
My token endpoint is only returning:
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: