All of a sudden redirecting to index.html leading to "too many redirects"

We're hosting our pages on CF workers. Yesterdays deployments of our SPA are good, all of todays deployments suddenly give "too many redirects". Our _redirects file
/* /index.html 200
/* /index.html 200
Our deployment from 15h ago https://40f40083.console-ey3.pages.dev/ Our deployment of today https://4cedd8d6.console-ey3.pages.dev/ It keeps on redirecting to index.html and loops on there. We have made no changes to our config.
Finalytic Web App
Finalytic Web Application
6 Replies
Walshy
Walshy15mo ago
You can remove that redirect if you don't have a 404.html file. We already serve SPA behaviour (if no 404.html is found at root)
quambo
quambo15mo ago
Yeah, thanks for pointing out @walshydev , we're just trying that, will update in a few minutes.
Walshy
Walshy15mo ago
That redirect will have been ignored until last night So it was actually just never working until now
quambo
quambo15mo ago
Alright, it works now with the _redirects file removed, thanks for quick feedback @walshydev
Unknown User
Unknown User15mo ago
Message Not Public
Sign In & Join Server To View
James
James15mo ago
The rollout that caused this has now been rolled back, so this syntax won't break new deploys anymore. Sorry for the troubles.