Build successful, however Page not Found

I managed to have a successful deployment. Previously i also managed to be able to view jovial-bell-042f50.netlify.app page link.

However, after yesterdays deployment, i’m receiving this error. I downloaded the packaged download file and verified that the build has a working index.html on public folder.

Page Not Found

Looks like you’ve followed a broken link or entered a URL that doesn’t exist on this site.

Same issue. My url is https://laughing-elion-428583.netlify.app/

I have got the success command also after deployment to Netlify:

Hey @Kayige,
It looks like your site is deploying again now. Please let us know if you still need help with anything!

@venky4c, it’s strange that you got that success button because I don’t see a “build” command or “publish” directory in the UI here:

That would be fine, except there is also no netlify.toml anywhere in your project:

I’m guessing we just published your root directory, which did not actually build a site with an index.html, since your site lives in dist/public/. The logs say:

7:30:39 PM: No build command found, continuing to publishing
7:30:39 PM: Starting to deploy site from '/'

Can you please set these values in the UI and try deploying again?
Base directory: dist/
Build command: npm run build
Publish directory: public/

Sure I will do that.