my pages are exceeding 100k requests which are on our current plan. Do we need to upgrade?
my pages are exceeding 100k requests which are on our current plan. Do we need to upgrade?
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?bun install --frozen-lockfile by default, without the ability to remove it or even modify the command. I've currently got a P1 ticket filed with support, because the majority of our builds just fail, due to timing out issues.Failed: build exceeded the time limit and was terminated. Refer to https://developers.cloudflare.com/pages/platform/limits/#builds for build limits
--verbose flag) because we have no choice in the matter. This seems like a questionable technical decision?/pages/assets/* (https://github.com/cloudflare/workers-sdk/blob/040be5d20cf5c34976dd525c93703910c416545a/packages/wrangler/src/pages/upload.tsx#L216)thirty-two for base32 encode/decoding. The thirty-two package uses the Node.js Buffer library but doesn't import it like 'node:buffer' (it doesn't import it at all) because it is a global library. I'm getting ReferenceError: Buffer is not defined despite using the nodejs_compat compatability flag. How do I figure this out?x.com/*/x.com/*@sveltejs/adapter-static68e29d28-44af-4419-b1b5-b319f3a9733883e8c4bb-0aa1-4887-9c88-d840cd7d4e16bunx wrangler pages dev .vercel/output/static --compatibility-flags="nodejs_compat"--verbose/pages/assets/*thirty-twothirty-two'node:buffer'ReferenceError: Buffer is not definednodejs_compat