You need to sign in to do that
Don't have an account?
Google chrome browser blocks cross-domain cookies
Hello,
When I am launching a chart on a visualforce page getting the below error:
We can't display this page because your browser blocks cross-domain cookies. Try again with a different supported browser.
When I am launching a chart on a visualforce page getting the below error:
We can't display this page because your browser blocks cross-domain cookies. Try again with a different supported browser.
This seems related to SameSite Cookie Behavior as mentioned in https://help.salesforce.com/articleView?id=000351874&language=en_US&mode=1&type=1
To fix this, in session settings enable the following:
- Require secure connections (HTTPS)
- Require secure connections (HTTPS) for all third-party domains
Related:https://salesforce.stackexchange.com/questions/325833/cookie-error-with-embedded-visualforce-page-in-chrome/325844#325844If this information helps, please mark the answer as best. Thank you
- Require secure connections (HTTPS)
- Require secure connections (HTTPS) for all third-party domains
But the issue did not resolve, this one seems to be a new issue as nothing was changed in our Org recently.You'll need to add the domain and check the box for 3rd party cookies in Chrome. Then logout and log back in.