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

Failed to delete a Pages instance

An unknown error occured. Contact your account team or Cloudflare support: https://cfl.re/3WgEyrH. (Code: 8000000) I've disconnected all bindings, both production and preview, including r2, d1, etc....

Image Transforms on pages

I have a pages project with an image transform endpoint. As far as I can tell, I can't use Cloudflare's image transform features because the pages function isn't running in the same zone as my website's zone. I assume this is because Custom Domains in Pages are really just DNS record aliases - it's not moving the function to run in the Cloudflare zone where Images is enabled. For presumably the same reasons, wrangler.toml's routes option doesn't work either (Configuration file for Pages projects does not support "routes"). I still want to have an entire website running, but I want 1 API endpoint which optimises images dynamically. ...

Cloudflare Pages API Creation Project E 8000011

curl -X POST ā€˜https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/pages/projects’ -H ā€˜Authorization: $API_TOKEN’ -H ā€˜Content-Type: application/json’ -d ā€˜{ ā€œnameā€: ā€œpages-projectā€,...

An unknown error occured. Contact your account team or Cloudflare support: https://cfl.re/3WgEyrH.

Background I made changes to my Next.js project. I found out which lines cause the script to throw an error, but I don't understand why. So, I am blind trying to navigate on an unknown path. My deployment command is:
pnpm next-on-pages && pnpm wrangler pages deploy
pnpm next-on-pages && pnpm wrangler pages deploy
...

Branch alias when using GitHub action

Hi all, I have a very simple github actions job that deploys the preview of my static site to cloudflare ```yaml publish-docs:...

Sveltekit with pages giving errors

I have attached the log. This is with a sveltekit application. Please help

Successful pages deploy gets 500 error via .pages.dev link

If I rollback the site works, but a newly pushed update, or even a brand new fresh skeleton site I created to test, doesn't work. The depoy and builds are successful, but when clicking the .pages.dev link to 'visit' the site, it gets a 500 error.

help

When I message my site email I want it to respond automatically, but it does not work, anybody know how to fix? This line is the one that is not fully shown text: "Hi, \n\nThank you for your email. This is an auto-reply. We will get back to you as soon as possible.\n\nBest regards,\nThe Multiple Uses Team"...

A request to the Cloudflare API failed

Background To deploy the project, I build it with pnpm next-on-pages, and then deploy it with wrangler pages deploy. Issue When I run the deploy command, then the script throws an error:...

Your subscription to R2 was previously removed. In order to access your buckets, please add the R2..

hello, I need help ! I dont know why always show this alert, and I can not connect to my R2 Storage any more ? Billl paid already...

workers.api.error.script_not_found [code: 8000068]

Hello I have two Next js web applications, that, after some experimenting, builds and deploys. However nothing displays in the browser. And when tailing the logs in both, I see the same:...

Failed: build output directory contains links to files that can't be accessed

Hello I'm trying to build and deploy a Next.js application on CF Pages, but, the build ultimately fails with: ``` 08:04:22.211 Tasks: 6 successful, 6 total...

We deleted the repository with website deployed on pages.

Our website deployed on pages was lost from github. Is possible to retrieve it from pages.dev?

Web application bug when built via Pages

When I build my application locally, everything works, but when I build it through pages, bugs arise. I standardized all versions of node js and pnpm in local and pages to the same ones, but the problem was not solved. When building via CloudFlare, QR WalletConnect does not appear

pages_build_output_dir ignored in monorepo

Just switched to a monorepo to add a durable object to my web app (DO's in pages would be awesome). i've tried both options from the first image in my wrangler.toml pages_build_output_dir . both options lead to the error in the second image, my setting is being ignored. the web dashboard says I cannot change it there - must only be changed through the toml file. my pages app is in apps/pages/ with the wrangler.toml here. i've tried changing root directory and it breaks my monorepo (cant import other packages) so it is blank ...

Proxy requests from main domain to Pages app

I have an ecommerce site on my main domain (Wordpress/Woo) mydomain.co.uk (Cloudflare DNS & proxied) I have react pages app, backed by a D1 database table running on xxx.pages.dev I'd like to proxy all requests for mydomain.co.uk/custom-path/ to xxx.pages.dev ...

SyntaxError: Unexpected token 'with' when deploying Astro Project

13:32:05.753 SyntaxError: Unexpected token 'with'
13:32:05.754 at ESMLoader.moduleStrategy (node:internal/modules/esm/translators:119:18)
13:32:05.754 at ESMLoader.moduleProvider (node:internal/modules/esm/loader:468:14)
13:32:05.753 SyntaxError: Unexpected token 'with'
13:32:05.754 at ESMLoader.moduleStrategy (node:internal/modules/esm/translators:119:18)
13:32:05.754 at ESMLoader.moduleProvider (node:internal/modules/esm/loader:468:14)
...

Astro Cloudflare Pages SyntaxError: Unexpected token 'with'

I got this error recently when cloudflare pages build my code

Nuxt 3.12.3 Build error (suddenly)

I get [error] ENOENT: no such file or directory, open '/opt/buildhome/repo/@css-inline/css-inline-wasm/index_bg.wasm' I have this error when deploying now... attatched: the log. I have multiple sites, also when a site has had a successfull build previously, when i try to redeploy that previously successfull build, the error appears. I think something changed. How to solve? Because, no sites can be deployed anymore......