Please help! Trying to deploy a site using Next.JS!

Hello @jayhubb4 , thanks for posting.
I see you made the same post twice. Kindly make sure you post once for a particular problem for the Support Engineers to assist you better.

Now regarding your problem, you have a sub-folder called ecomm in your project root which contains your app files.
When deploying from GitHub to Netlify using the Dashboard UI, set the following below.

base folder to ecomm/
build command to next build
publish directory to .next/

You can also check the Support Guide link below for more information on Troubleshooting problems encountered during builds.

Let me know if it works.