Build script returned non-zero exit code: 1 10:57:26 PM: Finished processing build request in 1m46.425109278s

I need advice to debug deploy Netlify App

Build script returned non-zero exit code: 1

10:57:26 PM: Finished processing build request in 1m46.425109278s

hey morgan,

looking at your build log, the problem is undeniably this:

10:57:22 PM: success createSchemaCustomization - 0.201s
10:57:22 PM: error
10:57:22 PM: The path passed to gatsby-source-filesystem does not exist on your file system:
10:57:22 PM: /opt/build/repo/mappings/
10:57:22 PM: Please pick a path to an existing directory.
10:57:22 PM: See docs here - https://www.gatsbyjs.org/packages/gatsby-source-filesystem/

did you read the docs at the link provided and see if there is information to help you fix this issue?