DEV Community

Discussion on: Shopify + Next.js + Tailwind CSS: Modern eCommerce

Collapse
 
iskurbanov profile image
iskurbanov

Could you push your code to github so I can take a look?

Collapse
 
fernandodomain profile image
fernandodomain
Thread Thread
 
iskurbanov profile image
iskurbanov

Shows a 404, maybe it a private repo?

Thread Thread
 
fernandodomain profile image
fernandodomain

Sorry. Made it public

Thread Thread
 
iskurbanov profile image
iskurbanov

Try to add a next.config.js file to the root directory like this: github.com/iskurbanov/shopify-next...

Your next.js might have issues accessing your env file (also I would suggest not pushing that on your public repo in case you have some sensitive information there, luckily the Storefront API is readonly).