stephenou / fruitionsite

Build your website with Notion for free
https://fruitionsite.com
MIT License
1.6k stars 223 forks source link

ERR_TOO_MANY_REDIRECTS // Error 1000 DNS points to prohibited IP #75

Open luciajudez opened 3 years ago

luciajudez commented 3 years ago

I've been struggling to set up my domain with the Fruition tutorial, at first I was shown the ERR_TOO_MANY_REDIRECTS so by reading Cloudfare's solution I deactivated the "Always redirect to HTTPS" option and then I started to get this other error. I've have since tried switching the HTTPS option back on but now the error won't change. I also don't know what to do about the DNS A records since they're the ones the tutorial indicates (1.1.1.1)..

I'll leave the script here as well as some screenshots. I really appreciate the support since I've been struggling with this for over a month and haven't been able to showcase my site and I really depend on it. Internet stranger magicians I thank you kindly.

SCRIPT:

/ CONFIGURATION STARTS HERE /

/ Step 1: enter your domain name like fruitionsite.com / const MY_DOMAIN = 'luciajudez.com';

/*

Captura de Pantalla 2021-01-19 a la(s) 9 50 40 Captura de Pantalla 2021-01-19 a la(s) 9 57 53
leewhite-nc commented 3 years ago

I am getting the same (or similar error) "ERR_TOO_MANY_REDIRECTS" Here is my script:

/ CONFIGURATION STARTS HERE /

/ Step 1: enter your domain name like fruitionsite.com / const MY_DOMAIN = 'ngage-contentdesign.com';

/*

ghost commented 3 years ago

Try changing the .yourdomain.com/ to yourdomain.com/ (removing the first dot). That worked for me

sidroopdaska commented 3 years ago

any luck on resolving this?

alex-milla commented 2 years ago

The same thing was happening to me.

In the end I found the problem, which is very silly. When creating the route in Cloudflare, I entered only the domain. You have to enter it in the following way or it won't work.

2021-11-23-11-40-40-Window

*.yourdomain.com/*

I have the DNS in Cloudflare configured like this:

2021-11-23-11-45-38-Window

😀

disachantel commented 2 years ago

i'm having the same issue but have configured my settings as listed in the reply above. still no luck.