If you do a GET on https://recyclarr.dev/wiki/upgrade-guide/v5.0, you will see it returns a 404. If I add a slash to the end, I get a 200. Weirdly, even though it returns 404 the page is still served and rendered correctly in my browser. However, a non-200 response breaks Algolia Crawl.
Can someone help me understand how to fix this issue? I am not sure why the dot in the URL is significant.
I did see that someone else posted about this issue 2 years ago but there was no response:
Thank you. I am happy to do that. At first glance, it’s not clear to me that the repo you linked is the right place. Is this the repo that accepts issues for Cloudflare Pages specific hosting issues?
The repo houses the pages-shared package which is used both locally and in production for the hosting of Pages projects, yeah.
If you can reproduce it locally with wrangler pages dev, even better, but if not, then it’s a prod vs local issue which would also be great to report there.