Hello!
I am building a gatsby site and I am getting the following error:
8:54:27 PM: Failing build: Failed to build site
8:54:27 PM: failed during stage ‘building site’: Deploy directory ‘web/web/public’ does not exist
8:54:27 PM: Finished processing build request in 2m16.95887541s
My settings look exactly the same as another Gatsby project that I have on netlify. The root of my gatsby project is inside web
and I have the following options:
Base directory Not set
Build command gatsby build
Publish directory web/public/
Build image Ubuntu Xenial 16.04 (default)
I can build locally, on different machines too. And I see my site in web/public
, so it’s confusing how it is sticking another web
in the beginning of the path. Am I missing anything obvious here? It’s super confusing.