Unable to call fromCognitoIdentityPool on iOS (browser) - crashes #6542
Labels
bug
This issue is a bug.
closed-for-staleness
p2
This is a standard priority issue
response-requested
Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.
Checkboxes for prior research
Describe the bug
I just noticed that Chrome on iOS devices fails when calling
fromCognitoIdentityPool
. But it works on my desktop machine just fine with Chrome and Safari.Example code:
The error I get:
Expected Behavior
I expect it to run through the last step where it errors out, which should log:
Current Behavior
Currently it errors on
Regression Issue
SDK version number
@aws-sdk/credential-providers 3.664.0
Which JavaScript Runtime is this issue in?
Browser
Details of the browser/Node.js/ReactNative version
Latest Chrome on iOS - Chrome: 129.0.6668.90
Reproduction Steps
Call
fromCognitoIdentityPool
from Chrome in iOSObserved Behavior
This error comes:
ERROR TypeError: JSON.stringify cannot serialize cyclic structures
Expected Behavior
I expect this to log out:
Possible Solution
N/A
Additional Information/Context
N/A
The text was updated successfully, but these errors were encountered: