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

Public system env variables

The framework I am using requires exposed env variable to be prefixed with PUBLIC_ I am trying to use CF_PAGES_COMMITSHA from CF but I am not able to build with that since it doesnt prefix PUBLIC How can I make it so cloudflare also exposes one with PUBLIC_?

Real-Time Logs not showing error responses

I'm trying to debug an issue with some sporadic errors which result in a 401 api response from my pages function. When using the Real-Time Logs stream, all 200 OK responses come through but the 401 error responses do not. How can I get all api responses to show? Would it be framework specific? I'm using Nuxt3 and have logging on all requests, responses and errors through Nitro hooks api. ```ts...

Why Does Cloudflare Pages Hate My PDFs? A Mysterious 500 Error Awaits Your Genius!

Hey everyone, I’m scratching my head over a stubborn issue with Cloudflare Pages and Nuxt 3’s serverless API. I’m trying to process PDFs using pdfjs-dist, but I keep hitting a 500 error. The import import * as pdfjsLib from 'pdfjs-dist/legacy/build/pdf.js' doesn’t seem to play nice in this serverless environment, and even my workaround isn’t cutting it. Here’s the error I’m getting: ```...

Tracking web analytics for a workers subdomain instead of custom domain

Hey there! I've looked through both Pages and Web Analytics docs, but couldn't find an answer to the following question. And I am sure I am not the only one with this situation. 1. I have a custom domain, which is managed on Cloudflare custom-domain-whatever.com...
No description

Downloading a page

Hi! I had my harddrive corrupt and I fear I've lost my data! I need to get the latest download of my page. How can I do this? I don't know if I have a way to get to the original files since they are on a harddrive that's corrupted. This website is used for my D&D campaign as well as others, and I frequently update the Wispy page for my campaign. The file size of everything is around 800MB so I understand that it would take a while to download. AccountID: 6c17cae620e86e5bc9032c254dfd13c1...

ECONNRESET npm error when building on Pages

Hello, we've been running into an intermittent ECONNRESET error during the npm install step when building our app on Pages. This never used to happen but it started happening daily over the last few weeks. We're using Node v18.20.0 (npm v10.5.0). Have you seen this type of intermitent issue before? I'd appreciate any suggestions for how to fix it. Thank you! Happy to send an example build, but here's the relevant portion of the build log:...

The user agent string "bushbaby/2025.2.2" appears to be a non-standard client identifier with severa

Unrecognized Client Identification - Not associated with any known major browsers (Chrome, Firefox, Safari, etc.) - Doesn't match common web crawlers/search engines (Googlebot, Bingbot, etc.) ...

Wasm on opennext/cloudflare causes issues with Webpack

I'm trying to use @cf-wasm/photon (an Image manipulation library) with opennext well the reason is Cloudflare Images having too expensive and unreasonable pricing compared to other products so as a cost saving measure in a personal project I wanted to avoid Images product much as possible and reimplement It's functionality through Workers and R2. What I do: - Send request to NextJS api endpoint from UI...

Error cloning private submodule repo

I have given permissions of both the main and private submodule repository to Cloudflare Github App, but it still is not able to clone the private repo. Here is the error. Can anyone help me please? ``` 00:13:34.656 Cloning repository... 00:13:35.299 From https://github.com/*************...

Point Cloudflare Registered Doman to IONOS Server

I am new to this environment. Not a deep developer but i do build websites and create graphics. I also host websites for clients. I am in the process of creating a personal website and i decided to use cloudflare to register the domain. Not knowing before hand how challenging it would be compared to other companies I have used, I am unable to point the domain to Ionos hosting server. Been working on this for almost 2 weeks. Right now based on some information I found on CF website is that all th...

Internal Server Error on Cloudlfare Pages

Hi everyone, I've been having a big problem with Cloudflare Pages for a while now. When I deploy a page created in NextJS from my desktop computer (Mac Mini), I get an error “Internal Server Error' (https://develop.plgbc-web.pages.dev/) when I access the page, but when I flip the code without any changes to my laptop (Macbook Pro) and upload it, the same page works without any problem. During the deployment there is no error, nothing like that, the site uploads on cloudlfare but does not work....

Internal Server error: Disallowed operation called within global scope

Hi My nextjs site got 500 internal server error after successful build and deployment, I checked the log it shows: Uncaught Error: Disallowed operation called within global scope. Asynchronous I/O (ex: fetch() or...

I need to upload my files on Cloudflare Pages

Hi Cloudflare, I am using an HTML page using Cloudflare Page. Yesterday, I accidentally deleted my hard drive and now I need my website data which is still deployed on Cloudflare. I want to find a way to upload the uploaded file to Cloudflare Page

API to create a new Pages project

Is there any way to do this via API or CLI? I need to automate this process so that I don't need manual interaction. Go to Workers & Pages > Create application > Pages > Connect to Git and create a new Pages project....

SSL Universal Certificate Not Being issued

Enabled Proxy. And waited 24/hrs. Universal Certificate used to be applied before, but Client forgot to renew their domain on time. Only see a backup cert in edge. Any way to force the Universal Certificate reissue?...

Node.js version mismatch for Next.js build&deploy from git

`` 20:48:47.062 | â–² 147 packages are looking for funding -- | -- 20:48:47.062 | â–² run npm fund` for details 20:48:47.072 | â–² Detected Next.js version: 15.1.7...

pages being served from wrong location

I'm based in bombay and for some reason my site is always being served from MRS, pages link: website-93c.pages.dev customdomain: deepgaurav.com ...

Uploaded an index.html via the web UI. But can I update the index.html via web UI?

I uploaded a quick index.html onto pages (first time using cloudflare). the web ui was exactly what i wanted since im just playing around with some html. but now. i want to update it. can I do it from the UI? I couldn't find an option to do it so i ended up deleting my page and creating a new one just to upload my new html. lol appreciate any help. thanks!...

Can't delete a Pages project

API Request Failed: DELETE /api/v4/accounts/.../pages/projects/... (524)

Caching rsc routes in Next.js

I created a caching rule to cache the _rsc= requests which seems to cache fine, but when I click on any of the <Link href on the application, it reload the entire app instead the SPA as it was working without caching or when I open the application on preview mode using pages.dev domain. See seems like the issue is caused by the caching. Any suggestion? Video - ...
No description