Skip to content
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

Uncaught TypeError: e.data.split is not a function in checkSession call #72

Open
bkrajendra opened this issue Apr 12, 2024 · 1 comment

Comments

@bkrajendra
Copy link

Facing this issue after loginflow is complete.
I am using client-type=public.
and implemented oauth2 with PKCE in angular web UI.

Login flow is working fine, but after login i am getting this exception continuously in Brower console.
Token is valid and I am able to use the accessToken and retrieve resource with it.

image

Moreover the sha256.js file is throwing 404.

I am using ForgeRock Access Management 7.4.0 Build 56df33df40977206569052a683f5317ade19ee3e (2023-October-03 21:55)

What could be the issue here?

Reference:

@jocodeone
Copy link

I just stumbled over the same problem. The problem disappears in Safari and probably other browsers as the event.data object is differently handled in Chrome. That's why there is an error like this.

@bkrajendra Did you solve the issue somehow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants