Cloudflare Developers

CD

Cloudflare Developers

Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news

Join

Does —turbo flag apply for cloudflare

Does —turbo flag apply for cloudflare next-on-pages ??

I also have another issue with next-on-

I also have another issue with next-on-pages where sometimes the revalidateTag in a server action is returning the error: "Error: Invariant: static generation store missing in revalidateTag X"

Hi, I have a turborepo including a Next

Hi, I have a turborepo including a Next project that is deployed on CF pages. Everything works fine, but build caching says 'Skipping build output cache as it's not supported for your project'. Is this due to using turborepo? The source directory to build in is set to the app directory. Or why would the build ouput be skipped?

the `persist` option of

the persist option of setupDevPlatform doesn't appear to be working as expected, unless I have it configured incorrectly ```ts if (process.env.NODE_ENV === "development") { await setupDevPlatform({...

Dynamic routes break my deployment

I see 🙂 , cool hopefully you can fix the issue, otherwise please do feel free to post here and we can try to help 🙂 (opening a thread should also help not making this noisy for everyone)

Hmmmmm the `getRequestContext` can't be

Hmmmmm the getRequestContext can't be called within an actions.ts due to edge runtime requirement. Gana have to find another way to populate data to a client component.

can i run --force here ?

can i run --force here ?
No description

```

const { env, cf, ctx } = getRequestContext();
Warning: The function cannot be called in code from components using the Pages router.
const { env, cf, ctx } = getRequestContext();
Warning: The function cannot be called in code from components using the Pages router.
is there any specific reason from this limitation? Can't really tell from looking in the codebase (meaning, why it wouldn't work on getServerSideProps or middleware)...

Can we use `service` bindings with

Can we use service bindings with getRequestContext()? I am trying to add it in wrangler.toml but it is undefined....

nextjs deployments not working correctly

Hey, I published a version of nextjs on a cloudflare page using git integration, but it's failing miserably. I would like some help ASAP if possible, the page build succeeds, but nothing of the page itself makes sense. ...
No description

Actually if I can add a scheduled

Actually if I can add a scheduled handler to my worker, I could just re-implement the vercel.json cron with a switch case

hey folks- having trouble deploying my

hey folks- having trouble deploying my app to cloudflare. It seems only the static bits are being uploaded, I dont see any of the dynamic routes being turned into functions, or any of the bindings I've setup in settings show up. Should I be?
No description

Hi @mr nooli @Fineshop Design, I've

Hi @mr nooli @Fineshop Design, I've opened a PR that should fix this - please can you try this prerelease.

Hey folks - trying to migrate from the

Hey folks - trying to migrate from the previous setupDevBindings to the new setupDevPlatform - I've got it working except it seems to not be pointing at the correct local sqlite DB for the D1 driver. This was my previous config file, have I not specified the wrangler toml correctly? ```ts...

this is what we've got 😓 : https://

this is what we've got 😓 : https://github.com/cloudflare/next-on-pages/tree/main/internal-packages/next-dev#next-on-pages-next-dev it briefly mentions DOs but that's acutally not too too helpful I'm afraid.... I'll add a note here: https://developers.cloudflare.com/workers/wrangler/api/#getplatformproxy to better explain how to access DOs using getPlatformProxy (and we do defer to that page in our docs)...

Full-stack deployment · Cloudflare Pages...

Has anyone here successfully ran a next pages app with a D1 db locally? I did follow this setup and configuration: https://developers.cloudflare.com/pages/framework-guides/nextjs/deploy-a-nextjs-site/#use-bindings-in-your-nextjs-application Unfortunately I am not having any luck getting this to run....

Yes we implemented support for the fetch

Yes we implemented support for the fetch cache a long time ago. Please send code snippets of what you're doing

server action without declaring `export const runtime = 'edge';`

is there a way to make the server action be served on a separate URL & not in the page it's used in?