Julian
CDCloudflare Developers
•Created by Julian on 1/21/2025 in #pages-help
301 Redirect Loop
I have a static website deployed on Cloudflare Pages that has been running without issues for months. About an hour ago, one of my stylesheets started returning a 301 redirect loop to itself, breaking the site’s styling.
I just use pages deploy of a static folder together with this _redirects file:
'/* /index.html 200'
What could be the issue for that? http -> https redirect? but why did it work for months without an issue?
2 replies