How can I enable third party cookies(embedded app) - chrome update blocking third party cookies

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 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.