Build process complete, unable to deploy site

I need advice to debug deploy Netlify App

Do I need a build folder in my src folder to fix the issue?

hey there, it seems like it:

7:47:06 AM: Build script success
7:47:06 AM: Failing build: Failed to build site
7:47:06 AM: Failed during stage 'building site': Deploy directory 'build' does not exist
7:47:06 AM: Finished processing build request in 44.882562428s

add a build folder and see what happens - or adjust your build settings to use a different folder?

1 Like

I was able to deploy my site by setting the publish directory to be my src folder. My next issue is getting a ‘page not found’ notification.

All of my js, html and css files have been uploaded, do I need to do a redirect?

Thank you for your help.

Hi there,

Did you see this guide yet? This is the best place to start for “Page Not Found” issues.

If you are still seeing issues after following the troubleshooting steps in this guide, please let us know!