Deploying React App Site Error

Hello All! I’m new to Netlify and I’m experiencing an error deploying my React App. Can you assist? I received the following message:

7:03:07 PM: build-image version: 2eaac833881accc211f920f6c5a9f4121fdb15ab (focal)
7:03:07 PM: buildbot version: 2eaac833881accc211f920f6c5a9f4121fdb15ab
7:03:07 PM: Fetching cached dependencies
7:03:07 PM: Failed to fetch cache, continuing with build
7:03:07 PM: Starting to prepare the repo for build
7:03:07 PM: No cached dependencies found. Cloning fresh repo
7:03:07 PM: git clone --filter=blob:none GitHub - darshon-crudup/react-website-portfolio
7:03:07 PM: Preparing Git Reference refs/heads/react-portfolio-website
7:03:09 PM: Error checking out submodules:
7:03:09 PM: Failing build: Failed to prepare repo
7:03:09 PM: Failed during stage ‘preparing repo’: Error checking out submodules: : fatal: No url found for submodule path ‘react-website’ in .gitmodules: exit status 128
7:03:09 PM: Finished processing build request in 1.862s

This issue is the react-website (highlighted below) that is appearing as a submodule that links back to the repository.

You need to remove it.

1 Like

Thank you x 10,000! Much appreciated.