SecurityError: Operation is insecure
ashishkpoudel opened this issue · 2 comments
ashishkpoudel commented
We have started seeing Operation is insecure in our bugsnag error reporting. We use amplitude with next js 13
Expected Behavior
Ability to use amplitude client without the Security Error
Current Behavior
Amplitude client "@amplitude/analytics-browser": "^2.3.2"
is not able to access local storage.
Possible Solution
Steps to Reproduce
Environment
- JS SDK Version: "@amplitude/analytics-browser": "^2.3.2",
- Installation Method: Yarn
- Browser and Version: Chrome Mobile 126.0, Mobile Safari 16.6.0, Mobile Safari 17.5.0
Mercy811 commented
Hi @ashishkpoudel, @amplitude/analytics-browser@2.9.3
should fix this issue.
ashishkpoudel commented
Hi @ashishkpoudel,
@amplitude/analytics-browser@2.9.3
should fix this issue.
Thank you for the fix