✨Discover storytelling in the AI age with Pixar's Matthew Luhn at Sanity Connect, May 8th—register now

Next.js and Vercel - Error! No Output Directory named "dist" found

3 replies
Last updated: Aug 8, 2022
I'm trying to setup Sanity + NextJS with Vercel. I've read the tutorial and I am able to deploy, however, in the Vercel build step, I run into an error stating
Error! No Output Directory named "dist" found after the Build completed. You can configure the Output Directory in your Project Settings.
and the build fails.

In this repo however
https://github.com/sanity-io/sanity-nextjs-vercel-example there also is no /dist folder and /dist is also ignored via .gitignore. I am know wondering if I should in fact run
sanity build
to generate an output folder or if there is another way.
Thank you in advance!
Aug 8, 2022, 9:48 PM
In your Studio, can you double check that your
package.json
has
"build": "sanity build",
under the scripts section? Then, try running
npm run build
from to see if you get any errors.
Aug 8, 2022, 9:52 PM
There was my mistake! I had
"build": "sanity build public -y"
in my code, as stated in the Vercel documentation https://vercel.com/guides/deploying-sanity-studio-with-vercel . Thanks for clearing that up!
Aug 8, 2022, 9:59 PM
Awesome! Looks like we may have to make a change to that starter.
Aug 8, 2022, 10:01 PM

Sanity– build remarkable experiences at scale

Sanity is a modern headless CMS that treats content as data to power your digital business. Free to get started, and pay-as-you-go on all plans.

Was this answer helpful?