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

Cross domain storage not working in incognito #41

Open
gurusewak opened this issue Jan 12, 2021 · 0 comments
Open

Cross domain storage not working in incognito #41

gurusewak opened this issue Jan 12, 2021 · 0 comments

Comments

@gurusewak
Copy link

Recently Chrome and other browsers decided to block third party cookies in incognito mode and this causes createGuest() to fail. Here is the error I am getting on my end.

(index):37 Uncaught DOMException: Failed to read the 'sessionStorage' property from 'Window': Access is denied for this document.
at https://supportstage.logmeininc.com/:37:1
(anonymous) @ (index):37
care-avatar-timestamp.6d00329e309a209cb112c2c1501bf0be.gz.js:10 Uncaught DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
at setTimeStampForAvatar (https://d3vacxkd4wosg5.cloudfront.net/resource/assets/scripts/care/stand-alone-scripts/care-avatar-timestamp.6d00329e309a209cb112c2c1501bf0be.gz.js:10:3)
at https://d3vacxkd4wosg5.cloudfront.net/resource/assets/scripts/care/stand-alone-scripts/care-avatar-timestamp.6d00329e309a209cb112c2c1501bf0be.gz.js:34:1
setTimeStampForAvatar @ care-avatar-timestamp.6d00329e309a209cb112c2c1501bf0be.gz.js:10
(anonymous) @ care-avatar-timestamp.6d00329e309a209cb112c2c1501bf0be.gz.js:34
main.min.fba771da841299bad6dbfce0625d53d5.gz.js:18 Uncaught DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
at Object.329../../../libs/uuid (https://d3vacxkd4wosg5.cloudfront.net/resource/assets/scripts/care/main.min.fba771da841299bad6dbfce0625d53d5.gz.js:18:20717)
at o (https://d3vacxkd4wosg5.cloudfront.net/resource/assets/scripts/care/main.min.fba771da841299bad6dbfce0625d53d5.gz.js:1:265)
at https://d3vacxkd4wosg5.cloudfront.net/resource/assets/scripts/care/main.min.fba771da841299bad6dbfce0625d53d5.gz.js:1:316
at Object.305../components/care-auth-configurations (https://d3vacxkd4wosg5.cloudfront.net/resource/assets/scripts/care/main.min.fba771da841299bad6dbfce0625d53d5.gz.js:14:16943)
at o (https://d3vacxkd4wosg5.cloudfront.net/resource/assets/scripts/care/main.min.fba771da841299bad6dbfce0625d53d5.gz.js:1:265)
at r (https://d3vacxkd4wosg5.cloudfront.net/resource/assets/scripts/care/main.min.fba771da841299bad6dbfce0625d53d5.gz.js:1:431)
at https://d3vacxkd4wosg5.cloudfront.net/resource/assets/scripts/care/main.min.fba771da841299bad6dbfce0625d53d5.gz.js:1:459

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

No branches or pull requests

1 participant