Hello,
We bought the domain perceptionanalytics.info from GoDaddy and used this to link the domain to netlify. We also have a github repo from which we deploy the site. We are getting a 404 error and would love suggestions on how to fix it.
extraordinary-malabi-38308c
Thanks,
gwynn
Did you read through
Last reviewed by Netlify Support on December 2022
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…
Have you checked there is an index.html
and/or you have published the correct directory?
Thank you! This helped and it now works: perceptionanalytic.info works!
For anyone else, I wrote the website in quarto
in R
and had to run quarto publish netlify
in terminal to get everything working.