Answers for "no output directory named "public" found after the build completed. you can configure the output directory in your project settings."

0

no output directory named "public" found after the build completed. you can configure the output directory in your project settings.

The build step will result in an error if the output directory is missing, empty, or invalid 
(if it’s actually not a directory). 
To resolve this error, you can try the following steps:

Make sure that the output directory is specified correctly in project settings. 
Here’s the documentation.
If the output directory is correct, double check the Build Command (documentation) 
or the root directory (documentation).
Try running the Build Command locally and make sure that the files are correctly generated 
in the specified output directory.

https://vercel.com/docs/errors#errors/missing-public-directory
Posted by: Guest on March-01-2022

Code answers related to "no output directory named "public" found after the build completed. you can configure the output directory in your project settings."

Browse Popular Code Answers by Language