I see a successful deployment build, however when I click on my domain address, I see no page found. The index.html file is uploaded in the master branch of my repository, but I do not see it inside the deployment zip. I am not sure where I am going wrong here.
Can you share the repository you are deploying from and the build settings you are using?
For some reason, you’re installing Node Modules again inside your build script: Netlify App
Change it simply to npm run build
.