Jaytee
June 23, 2022, 5:13pm
#1
Hello everybody, im having a problem deploying my portfolio with a custom domain name.
netifly site name: super-centaur-086c4f
custom domain name: www.jaytee.tech
DNS issue: still propigating
error message: it was just saying 404 page not found now I got a godaddy page up now.
it saying cant find index.html but its there and my page is running fine locally
heres a screenshot of my log settings…
wondering if its something in my code or in my repo thats stopping all this. I cant figure it out.
Please help!!!
Change your base to client
, command to CI= npm run build
and publish to build
.
Jaytee
June 27, 2022, 7:10pm
#3
I entered exactly that in the fields you suggested and then I added new nameserver (4 total was provided like this → dns4.p05.nsone.net )
but its still saying page not found
perry
June 27, 2022, 7:14pm
#4
Jaytee:
www.jaytee.tech
hi there, i don’t think it is your dns settings, as that would create a different error.
Did you see this guide yet? This is the best place to start for “Page Not Found” issues.
We attempt to serve only /index.html in case you try to load your site without a path, for example:
https://yourdomain.name/
The easiest way for you to see what files your build sent us is to download a copy of the deploy, available from the deploy’s logs page as per this screenshot:
[image]
When you check this, be aware that EACH deploy has this page and icon, so you can download a copy of ANY deploy. For debugging problems with your live site, make sure it says “Published Deploy” on the …