Hello Everyone! I am stuck in the OAuth process for an embedded app developed on Laravel using the Shopify CLI template. It works fine on a local server using Ngrok, but when I deployed it on the main server, the Shopify session was missing in the cookies when installing the app. I have tried sessions with samesite = ‘none’ as well.
Anyone who can help or has gone through the same issue