Hi everyone,
I’m facing an issue with my Shopify app integration, and I need some help. Here’s the situation:
My app is hosted on app.juthor.sa, and everything works fine in normal mode.
However, when I try to load the app in incognito mode with third-party cookies blocked, it doesn’t load.
In incognito mode, Shopify doesn’t seem to send any requests to my server (app.juthor.sa). It appears to be failing at the authentication step or during the initial attempt to communicate with my server, so my Flutter app is never requested.
I suspect this is related to how Shopify handles cross-domain requests or authentication when third-party cookies are blocked.
Could anyone guide me on how to resolve this? Should I be handling authentication or session management differently (e.g., token-based methods or adjusting cookie settings)?
Shopify refused to accept the app until solving this problem.
Thanks in advance!