strapi / strapi-starter-nuxt-e-commerce

Strapi Starter Nuxt.js E-commerce
https://strapi-starter-nuxt-e-commerce-iota.vercel.app/
MIT License
179 stars 43 forks source link

Error: No Output Directory named "dist" found after the Build completed #1

Closed dravasp closed 4 years ago

dravasp commented 4 years ago

Error: No Output Directory named "dist" found after the Build completed. You can configure the Output Directory in your Project Settings. Learn More: https://vercel.link/missing-public-directory

Several attempts failed yet again. Heroku build success. Vercel Build cannot be deployed.

Mcastres commented 4 years ago

Hello @dravasp !

Thanks for your issue, in fact you need to override the Build command which needs to be yarn generate or nuxt generate

Mcastres commented 4 years ago

Can you confirm this is working @dravasp?

dravasp commented 4 years ago

Yes Sir! @Mcastres This works!

However on further customisation - Images do not load - On inspection Source Code - "http://localhost:1337https://res.cloudinary.com/we-sky-print-llp/image/upload/v1598014458/thumbnail_kubernetes_e56a4de02a.png"

Optimized Images load in Cloudinary and in Strapi Backend Attaching the URL for further checks - https://industrial-hvac.vercel.app/products/hello

Navbar Filters work just fine. Still need to test Payments via your simple tutorial! Will surely spread the Good Word!

Mcastres commented 4 years ago

Sorry for that, the last commit should fix the issue

dravasp commented 4 years ago

Everything works as expected!

Sidenotes you could add to the documentation

You just made this possible! Thank You @Mcastres