Shows blank page for the site:https://book-finder-app-by-silpa.netlify.app/

Hey,

The site displays blank page even though i moved index.html file from public to main folder. Please help to resolve this issue.

Thanks,
Silpa

Hi there, glad you found us :wave: before we can help you, we need a little more information on the issues you are facing.

If you have worked through this guide

and are still encountering issues please share the following information:

  • the name of your build instance: “example-jones.netlify.com
  • what you have already tried
  • your current directory structure
  • a screenshot of your build and deploy settings that shows your publish and base directory settings

Hey Perry,

Thanks for responding to my post. I have tried to download the files and its says generating Zip since 5 mins.

Capture

Thanks,
silpa

You need to drag and drop the folder with your index.html in it (after you run npm run build), and not the source folder. In React, it’s mostly the build folder. You’ve deployed your source code which also contains node_modules.