I need help setting up my domain. Whenever I click on my link it keeps saying that error connecting to the server and sends me to the 404 page on any browser. my domain name has a checkmark next to it saying “netlify dns” but when I click on the link I go to a 404.
here are the steps that I took:
- Bought a domain with google (lets say mywebsite.com)
- I went over to netlify and uploaded my react frontend (my backend with node.js is deployed on render.com)
- I went over to domain management on netlify and added a custom domain saying www.mywebsite.com. Then I somehow found the name server option on netlify and got the four name server stuff
- Went to google domains, then went over to custom name servers and copy pasted each one of them. I clicked save and then it said: These DNS settings are active. Changes are published immediately, but may take time to propagate
- Came back to netlify, gave it some time and the check mark appeard on both my domain names: mywebsite.com and www.mywebsite.com
- I went to deploy on netlify and clicked on my link which said https://mywebsite.com but it takes me to a 404
Am I doing something wrong? Or should I contact google and figure it out with them?
Please help
Thank you