We are using the “https://github.com/Shopify/shopify-api-node” library for implementing OAuth process with the shopify’s store.
Post completion of begin auth process an auth URL will be generated.
In this auth URL we have added custom domain redirect URL.
This custom domain redirect URL is added in the app setup on the shopify partner for callback.
Whenever user redirects to this callback URL, we are facing the below error.
“CookieNotFound [Error]: Cannot complete OAuth process. Could not find an OAuth cookie for shop url: yap-laxman-app.myshopify.com”
Please provide a solution to this so that the user redirects seamlessly to the provided callback url.