Closed nkbelow closed 3 years ago
I've been trying to find a workaround for Safari and Chrome. Even though the a_third_party_cookie
is being set, the package is not able to read its value in the is_cookie_present = request.COOKIES.get(THIRD_PARTY_COOKIE_NAME, 'false')
check in the check_cookie
view
Thanks for letting me know about missing ua-parser
. Will fix it soon.
Regarding Safari and Chrome. I think your browser might be blocking 3rd party cookies. Here's more about the situation https://github.com/Shopify/shopify_app/issues/769
Ahh yes thanks for that link! It looks like this indeed is a 3rd party cookies issue. Appreciate all of your hard work on this project!
Hello, I am trying to update to the new version
1.0.1
but it looks like theua-parser
module is not being included inrequirements.txt
. Even after installingua-parser
module locally, the users of my app cannot get around the third party cookie check on Chrome and Safari. Firefox seems to work though.Traceback: