Hi guys, I have created an embedded app and it is working perfectly, but when i trying it to running it on incognito mode for some reason its not fetching the cookies
ctx.cookies.get("shop") // always return empty
I know it is due to the third party cookies being block on default, is there any other way to solve this issue without manually enabling the third party cookies on settings
Thanks