You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While building a template file for my future projects I found this error
// next-shopify-template\src\pages\api\shopify\[...storefront].tsimport{handleShopifyStorefront}from"next-shopify";// be sure to add the correct env variables.exportdefaulthandleShopifyStorefront({domain: process.env.NEXT_PUBLIC_SHOPIFY_DOMAINasstring,storefrontAccessToken: process.env.SHOPIFY_STOREFRONT_ACCESS_TOKENasstring,});
like in the docs giving I created a API endpoint for shopify store front it says that handelShopifyStorefront is not an exported module which is true after I looked through the source files is there a work around to this or a fix?
thanks I'm kinda of a newbie to React and Next and the frameworks in general so please dont mind me ty!
The text was updated successfully, but these errors were encountered:
While building a template file for my future projects I found this error
like in the docs giving I created a API endpoint for shopify store front it says that handelShopifyStorefront is not an exported module which is true after I looked through the source files is there a work around to this or a fix?
thanks I'm kinda of a newbie to React and Next and the frameworks in general so please dont mind me ty!
The text was updated successfully, but these errors were encountered: