Redirects stopped working
Hi, I am using SvelteKit with the cloudflare adapter to build my website.
The build generates a
_worker.js
and a _routes.json
.
I also have a _redirects
file, which is parsed correctly (screenshot1).
For some reason the redirects stopped working.
On both, the custom and the .pages.dev
and my custom URl.
According to google indexing the change should have happened on the 11th of January.
My last deploy was on the 15th of December.
Can anyone tell me why?
Docs I used: https://developers.cloudflare.com/pages/platform/redirects/
Repo: https://github.com/dreitzner/reitzner.at
URLs: https://reitzner-at.pages.dev/blog, https://reitzner.at/blogRedirects · Cloudflare Pages docs
To use redirects on Cloudflare Pages, declare your redirects in a plain text file called _redirects without a file extension, in the output folder of your …
GitHub
GitHub - dreitzner/reitzner.at
Contribute to dreitzner/reitzner.at development by creating an account on GitHub.
1 Reply
đŸ†™
I have exactly the same problem!
I deployed a Qwik website (with SSR). Everything is working great so far.
However the _redirects are 100% uneffective even though in my build logs the redirects were parsed successfully.
Any idea why ?