I am using netlify for the first time. I am trying to deploy my site. Looks like site is successfully deployed but showing plain white screen. And not showing anything no errors or no site content. Am I missing something?
@amanpathak Assuming that you’ve deployed the main branch, the reason you’re seeing a blank page is because your build is configured to produce an output to be hosted in a youtube-clone subfolder.
So all of the paths to your various assets (js, css files etc) are incorrect when you instead serve the site from within that folder.
The repository you’ve supplied is the build output, (not the source files), so you can check it yourself by just running npx serve.
You’ll find that you get a blank page, along with 404 errors for all of the assets, and checking the paths will show they all begin with /youtube-clone/.