Hello,
I’m trying to deploy a site i built using create-react-app but i can’t see my site deployed because it shows a blank page.
Using the netlify cli on terminal to deploy and the draft site name is: 5ed5924f64600d7ed1d3eccd--calibom.netlify.app
the site works on github and deploys fine but for some reason it doesn’t here.
This is the github repo for the site https://github.com/fort3/calibom
That being said, some code is deployed, just not at the path where you’re trying to fetch it: https://5ed5924f64600d7ed1d3eccd--calibom.netlify.app/calibom/static/js/2.40252618.chunk.js
Hi,
Thanks I read it before trying to deploy but the problem was from my package.json file. had to change homepage to “./” for it to work. I’m relatively new to development so I don’t fully understand why it was that way.
This is the deployed site https://calibom.netlify.app
Yes I noticed that too. Was confused why it wasn’t
fetching from the right path. But I fixed it finally.
To be honest, I’m still not fully understanding why just changing
homepage to “./” in my package.json file was enough to fix it.