You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error attributes[attributeName].split is not a function was throw when I called OktaAuth.signout(). I have dug into okta-auth-js's source code and found that the error was throw from this line.
The storage.delete's implementation is found in here in browser/browserStorage.
Reproduction Steps?
The following is a min version of my AuthService in Angular:
Describe the bug
The error
attributes[attributeName].split is not a function
was throw when I calledOktaAuth.signout()
. I have dug into okta-auth-js's source code and found that the error was throw from this line.The
storage.delete
's implementation is found in here inbrowser/browserStorage
.Reproduction Steps?
The following is a min version of my
AuthService
in Angular:The following is a screenshot of my chrome debugger:
SDK Versions
System:
OS: Linux 5.15 Oracle Linux Server 8.9
CPU: (16) x64 12th Gen Intel(R) Core(TM) i7-1260P
Memory: 15.21 GB / 30.65 GB
Container: Yes
Shell: 4.4.20 - /bin/bash
Binaries:
Node: 18.19.0 - ~/.nvm/versions/node/v18.19.0/bin/node
npm: 10.2.3 - ~/.nvm/versions/node/v18.19.0/bin/npm
Browsers:
Chrome: 121.0.6167.139
npmPackages:
@okta/okta-angular: ^6.3.2 => 6.3.2
@okta/okta-auth-js: ^7.5.0 => 7.5.0
Additional Information?
No response
The text was updated successfully, but these errors were encountered: