Is there anything else besides cf logpush and cf queues that doesn't work with pages (but with plain workers)? I am going to create a new product and I noticed too late that workers has better logging, can use queues as a consumer but pages can not. If I use a framework like sveltekit, is it going to abstract the differences away?
there are a couple more bindings like browser rendering or constellation (and pages projects can't define DOs), but if you don't need those, they're pretty identical - and you can use a worker.js file in pages for easier migration
My build started failing with no logs to help troubleshooting.
Everything builds automatically when I push to gitlab and it was working fine a couple days ago, and I've done hundreds of commits. I changed some text on my docs site and now it fails at the first step.
Hi all, I'm testing Wordpress Simply Static plugin and deploying to Cloudflare Pages. However, I've put the Wordpress site behind Cloudflare Access, requiring a one-time password sent to an email address. When I have this switched on, Simply Static is unable to compile a new version of the static site. If I switch off Cloudflare Access, everything works correctly. I'm guessing I can grant access somehow, just wondered if anyone else has encountered this issue, or knows of a solution. Thanks
what am I missing, looking at dev tools and non of the content on a deployed pages app are cached by the browser. I don't see any request headers being sent back to assist in this...is this, intentional?
Yes, that is intentional. Pages does its own caching within Cloudflare, so it should be served quickly. If you have a route with immutable assets, then you can add Cache Headers manually
Was anyone able to specify environment variables for each branch deployment seperately? It seems I can only set environment variables for production and preview, but what if I want a staging branch with different environment variables?
There is a reason listed there it just doesnt go into detail because its an internal error and they probably dont want to give the exact details of internal systems as to why it happened. You can retry and it might work.
i am confused, i am using sveltekit to deploy my website to CloudFlare pages using the cloudflare-adapter. Everything has been going great, until i added the ability to resize webp images using 'sharp'. Now i can't compile.
I wonder if they have a team actively working on it, it definitely feels like they ran an internal hackathon and found something valuable but never really pursued it. It won’t make them billions but it is a really valuable tool at a really fair price point
Guys i have the same page on github was hosted in different platforms on in the vercel and one in cf so u can say both the hosting are connected to the same repo in gh. So when i run the website commit or change the website adopted the changes in the vercel but in cf it dont as shown in the image the code is written and displayed text was contact me but it displays something else in the cf domain the same website.