Questions and discussions about using the Shopify CLI and Shopify-built libraries.
Hi,
I am using shopify_app gem to develop an embedded app and I want to know if I can unblock third party cookies from my app. My users are getting `samesite error ` due to chrome update regarding third party cookies. I don't want to ask users to turn off the blocking manually as that would not be a good user experience. Could someone please help me here?
Hey @prativa,
What version of the gem are you using? The solution to the samesite cookie restriction is to change the way cookies are set, but this should be included by default in the gem.
JB | Solutions Engineer @ Shopify
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
@_JB The version is 13.0.0. I am getting error flash message saying: This app can't load due to an issue with browser cookies, try enabling cookies in your browser or contacting the developer.