Nico
Explore posts from serversCDCloudflare Developers
•Created by Nico on 3/28/2025 in #general-help
Delete project with lots of deployments
Hi, I need to delete a Cloudflare page project with 200+ deployments and I get an error saying it's not possible. I found this guide: https://developers.cloudflare.com/pages/platform/known-issues/#delete-a-project-with-a-high-amount-of-deployments
But when I run the code I get this error:
The CF_ACCOUNT_ID and CF_API_TOKEN and CF_PAGES_PROJECT_NAME are all correct and properly passed
2 replies
Impossible to cache anything with Nuxt + Cloudflare
Hi! 🙂
I have a Nuxt app I host on Render, using npm run generate.
I defined the homepage as pre-render
However, when I check the Cloudflare header
cf-cache-status:
it's always set as DYNAMIC
instead of HIT
I have a Cloudflare page rule forcing everything to be cachet, yet nothing is cached
Some extra context:
- I can't use npm run generate
for this project
- I have Nuxt Images installed and I need the image cached too to avoid using all my host's allowed bandwidth, but same issue. Even with image: {provider: 'ipxStatic'},
in the nuxt config
I tried a bunch of things but nothing works. Is it simply not possible?36 replies