I did as the document
https://github.com/Shopify/shopify-node-api/blob/main/docs/usage/oauth.md
My code to be:
That work sometimes I get an error “CookieNotFound [Error]:”
Thank you for your time!
A developer is experiencing intermittent failures with Shopify’s OAuth implementation using the shopify-node-api library.
The issue occurs when calling Shopify.Auth.validateAuthCallback, which sometimes throws a “CookieNotFound” error despite following the official documentation. The developer has shared their code implementation via an external link and included a screenshot showing the error.
Current Status:
This appears to be a stability issue with cookie handling during the OAuth callback validation process.
I did as the document
https://github.com/Shopify/shopify-node-api/blob/main/docs/usage/oauth.md
My code to be:
That work sometimes I get an error “CookieNotFound [Error]:”
Thank you for your time!
Hello
Facing the same issue
How did you fix this issue?