Wouter J
CDCloudflare Developers
•Created by Wouter J on 4/10/2025 in #workers-and-pages-discussions
Migrating from Pages to Workers, and
Now I just feel stupid haha, that did the trick. Thanks hero!
2 replies
CDCloudflare Developers
•Created by veeque on 1/29/2025 in #pages-help
What's the difference between Cloudflare Pages and Workers Frameworks?
Is there maybe a special email list we can subscribe to? I know you'e not in the team, but it's curse of replying 😄
I can imagine at some point a decision will be made, even if the feature-par is not 100%.
We can even help test, just don't want to be suddenly in for surprises.
14 replies
CDCloudflare Developers
•Created by Wouter J on 9/12/2024 in #pages-help
Vite CI builds timing out
Hey @Jacob | CI , looked briefly into it , but I'm using React + Vite instead of Next.js 😦 All pages mention next.js / new projects, not existing projects https://developers.cloudflare.com/workers/static-assets/ / https://developers.cloudflare.com/workers/frameworks/framework-guides/nextjs/
I can't allocate time to dive into this, but i'm more than happy to test a new Pages build
37 replies
CDCloudflare Developers
•Created by Wouter J on 9/12/2024 in #pages-help
Vite CI builds timing out
I'll try to setup something Sunday
37 replies
CDCloudflare Developers
•Created by Oudwin on 10/18/2024 in #pages-help
customize npm install command on cloudflare pages
Should decrease build times, so it's a win-win 😄
27 replies
CDCloudflare Developers
•Created by Oudwin on 10/18/2024 in #pages-help
customize npm install command on cloudflare pages
Ohh that's crappy indeed 😦 Luckily I only have NestJS, the rest is in Rust.
Don't think we're suppose to tag people but maybe we can use a once-a-year-tag-jail-card @Jacob | CI 🥺
The option to support pnpm install --filter
27 replies
CDCloudflare Developers
•Created by Wouter J on 9/12/2024 in #pages-help
Vite CI builds timing out
@Jacob | CI Wow sorry, ran into this thread on accident. I'm not sure i'm receiving notifications or no clue how Discord works 🤣
I only deploy through Pages though.
37 replies
CDCloudflare Developers
•Created by Oudwin on 10/18/2024 in #pages-help
customize npm install command on cloudflare pages
Haha, now you triggered me 😄 Give us the option \o/
27 replies
CDCloudflare Developers
•Created by Oudwin on 10/18/2024 in #pages-help
customize npm install command on cloudflare pages
Ah yeah, you are right.
I only looked at 15:00:29.959 dependencies: which included my services, but above in the log its getting all the node modules
27 replies
CDCloudflare Developers
•Created by Oudwin on 10/18/2024 in #pages-help
customize npm install command on cloudflare pages
Ah but if the configuration is correct, it should never install dependencies from other services afaik.
27 replies
CDCloudflare Developers
•Created by Oudwin on 10/18/2024 in #pages-help
customize npm install command on cloudflare pages
If you use pnpm, you can setup workspaces.
And then configure watch paths in CF CI with custom run commands
e.g. pnpm --filter @service run build.
If you specify the root directory to your @service it should only install related packages
27 replies
CDCloudflare Developers
•Created by Wouter J on 10/3/2024 in #pages-help
Your R2 bucket does not exist (workers.api.error.bucket_not_found)
Thanks both!
24 replies
CDCloudflare Developers
•Created by Wouter J on 10/3/2024 in #pages-help
Your R2 bucket does not exist (workers.api.error.bucket_not_found)

24 replies
CDCloudflare Developers
•Created by Wouter J on 10/3/2024 in #pages-help
Your R2 bucket does not exist (workers.api.error.bucket_not_found)
You guys are awesome 😄 I'm not in a rush btw, so no problem if it's merged later
24 replies
CDCloudflare Developers
•Created by Wouter J on 10/3/2024 in #pages-help
Your R2 bucket does not exist (workers.api.error.bucket_not_found)
Followup 2: I've removed the wrangler.toml from the repo to make sure it wasn't conflicting or anything.
Working build with non-eu buckets: febf95b5-e620-4b38-af58-6c2e529925fa
Broken build with eu-buckets: ddbab73c-f46f-4931-9331-2c3a001e7c25
24 replies