ERR_TOO_MANY_REDIRECTS with Cloudflare pages

I just deployed my first project with Cloudflare Pages. The deployment was successful. Please see the attached image

However my URL https://digiwork.pages.dev/ gives the error ERR_TOO_MANY_REDIRECTS.

My deployment URL also has a similar error. https://30a4d2df.digiwork.pages.dev/

I would appreciate any help to resolve this error.

I can see what the loop is doing ( / → /index.html → /index → / ), but I don’t know what’s causing it, as it’s Pages. You might ask on the Workers discord server. Many Cloudflare devs hang out and there and probably know the inner workings of Pages.

Thank you for your invitation to join the Cloufare Workers Discord Server. One of its members was able to give me the right solution. There was a _redirects file in my GitHub repository which was causing a loop of redirects. When I deleted the file, my problem was resolved. My Cloudfare Page URL mentioned above is working fine.

I appreciate you guiding me in the right direction

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.