Next.js Discord

Discord Forum

Turborepo Remote Cache + Cloudflare Pages: Always get "Remote caching disabled"

Unanswered
Australian Freshwater Crocodile posted this in #help-forum
Open in Discord
Australian Freshwater CrocodileOP
I am deploying project on Cloudflare Pages for their CI/CD.

Looking at the instructions this is what I do.

Have 2 ENVs in Cloudflare Pages deployment:

1. TURBO_TEAM - which is slug of your team name
2. TURBO_TOKEN - which is token you generate from Vercel dashboard (scoped to that team)

And I just run a build for app. But I always get "Remote caching disabled"...

Do I need to manually link?

pnpm turbo link -y

To auto accept the first prompt, but in the CI, you still have to select Team...so this doesn't work

0 Replies