Is it possible to use cloudflare for SaaS with cloudflare pages site?
Is it possible to use cloudflare for SaaS with cloudflare pages site?
fetch inside Pages? fetch always invoke my api but cache work when I browse the URL directly from browser x.com/*/ to x.com/* (remove trailing slash), but it's causing a "too many redirects" issue/index.html to / ?Pages will also redirect HTML pages to their extension-less counterparts: for instance, /contact.html will be redirected to /contact, and /about/index.html will be redirected to /about/.
@sveltejs/adapter-static.fetch and Cache CDN? fetch in SvelteKit always invoke my /api, Page Rules Cache Level is added and it's cached if I enter /api directly from browser.68e29d28-44af-4419-b1b5-b319f3a9733883e8c4bb-0aa1-4887-9c88-d840cd7d4e16 That has the same error file but built and serves up a 200 just finebunx wrangler pages dev .vercel/output/static --compatibility-flags="nodejs_compat"
is to use Pages for all new full stack development. Remix has built on that to say that Remix w/Vite (essentially all future Remixes) only officially support Pages https://github.com/remix-run/remix/pull/8531#issuecomment-1894517373. I'm trying to identify the gaps between Workers and Pages. Is there any where I can see a comparison between the two, or can anyone help me with the differences in features?
products which Workers can use but Pages cannot?Pagesx.com/*/x.com/*/index.html@sveltejs/adapter-static68e29d28-44af-4419-b1b5-b319f3a9733883e8c4bb-0aa1-4887-9c88-d840cd7d4e16bunx wrangler pages dev .vercel/output/static --compatibility-flags="nodejs_compat"