Brendan Irvine-Broque
Brendan Irvine-Broque
Came here with same problem, but different suggestion on how we solve it. When I run `npx wrangler@latest init`Β from a directory *without* a `wrangler.toml` file β `npm create cloudflare`...
Vendoring makes sense to me
See https://github.com/cloudflare/next-on-pages/pull/960
See docs https://developers.cloudflare.com/workers/static-assets/billing-and-limitations/ cc @korinne
Thanks for opening this! On the Cloudflare side βΒ this is accurate and this warning is no longer necessary
do you see this when just building the same app without next-on-pages?
@mikenomitch yes!
It looks like you are missing `setupDevPlatform()` in your `next.config.mjs`: https://github.com/joelket23/cloudflare-dev/blob/main/next.config.mjs https://developers.cloudflare.com/pages/framework-guides/nextjs/ssr/get-started/#3-update-nextconfigmjs