Hello, I’m new to deploying websites and coding in general. I made a project in React and when I deploy the website it is blank. I’ve searched multiple forums and have chatted with customer support for over 10 days now and still cannot find a resolution to this. I feel like my code in the index.js and package.json need checked. When deploying everything is skipped except for the post-processing. I’ve been trying to deploy using npm build with the index.html in the public directory. Website name is elaborate-choux-3b567f. Any help would be much appreciated!
@SovietBeatle The page (https://elaborate-choux-3b567f.netlify.app) doesn’t contain anything other than a basic html structure and a chat widget:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="car rental company"
/>
<title>Car Rental</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="//code.tidio.co/brzfmoxundifd7e5xsp7sd9qo7uck8jt.js" async></script>
</body>
</html>
There’s no reference to your own JavaScript.
Debugging your code is outside of Netlify’s Scope of Support, but if you want a community member to take a look you would need to provide public access to your repository etc.