Focuses on API authentication, access scopes, and permission management.
Hi, I built the Shopify app in the node js public app now I am getting the issue with the app redirecting to the Authentication.
what was the right approach to resolve this?
Are you following the process outlined in our OAuth docs?
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
@Liam yes I am using the node js Shopify-API library
`node_modules/@shopify/shopify-api/dist/error.js:13
var _this = _super.apply(this, tslib_1.__spreadArray([], tslib_1.__read(args), false)) || this;
^
`
jwt expired
at InvalidJwtError.ShopifyError [as constructor] (.../node_modules/@shopify/shopify-api/dist/error.js:13:28)
why this happen how to resolve this issue ?