manifest.webmanifest is replaced on load

I have a svelekit app that should be a PWA. I use the cloudflare deploy script and it does upload the manifest.webmanifest page but if I try to retrieve it, I get a totally different result. A full HTM page loading some css and a script that eventually renders a 404. Why isn't it serving my file? How do I fix it?
1 Reply
Fun Miles
Fun Miles8mo ago
I have solved it. The sveltekit cloudflare-adapter has options to specify server based routing vs actual files. I have more than 100 files and the manifest.webmanifest file was not listed in the routing exclusion.