Nico
Nico
Explore posts from servers
CDCloudflare 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:
throw new Error(body.errors[0].message)
^

Error: Unable to authenticate request
at getProductionDeploymentId (/Users/jeannen/Downloads/delete-all-deployments/index.js:31:11)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async main (/Users/jeannen/Downloads/delete-all-deployments/index.js:126:34)

Node.js v23.7.0
throw new Error(body.errors[0].message)
^

Error: Unable to authenticate request
at getProductionDeploymentId (/Users/jeannen/Downloads/delete-all-deployments/index.js:31:11)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async main (/Users/jeannen/Downloads/delete-all-deployments/index.js:126:34)

Node.js v23.7.0
The CF_ACCOUNT_ID and CF_API_TOKEN and CF_PAGES_PROJECT_NAME are all correct and properly passed
2 replies
NNuxt
Created by Nico on 3/2/2025 in #❓・help
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
routeRules: {
'/': { prerender: true },
},
routeRules: {
'/': { prerender: true },
},
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
NNuxt
Created by Nico on 2/29/2024 in #❓・help
Share code between 2 Nuxt apps/repos (happy to pay for a consultation)
No description
21 replies