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

Custom domain active but can't be viewed

I created a new website and connected a new domain to it from different registrar and it has been hours since I connected it and it only says active but when I try visiting the page nothing shows up with the site I created.

My acount got un-blocked, BUT dosnt alow to create Pages app

Hi my account got mistakenly reported, since then the reporter has removed the report and i got [email protected] removing the block, i can create Worker application with no problem, but Pages application cant:
"Your Cloudflare account has been blocked. Contact [email protected]."
...

Turnstile client-side error codes

Hello, good afternoon In the error callback (data-error-callback), only the code is returned, but the description is not returned, does anyone know how to get the description of the error?...

Email Workers example does not work

I created a new email route worker in the dashboard and tried to use the example found at https://developers.cloudflare.com/email-routing/email-workers/reply-email-workers/ When trying to save and deploy, workers cannot find the „mimetext“ package. Does anyone have experience with email workers and know how to fix it?...

Caching Related Issues

We are operating our web-application on cloudflare pages and recently started having lot of issues from our customers after each release of the new version of the app. Here is an example: Failed to fetch dynamically imported module: https://app.textcortex.com/assets/dashboard-a152fa43.js ...

MailChannels max payload?

Hello, I have been testing MailChannels and the transactional API docs state the message needs to be under 20MB. However, I am getting the 413 Payload Too Large for a payload of around 2MB. What is the max size when using with Pages?

aws js sdk error

I am trying to download a file from my buckect using js sdk. How to I convert the response body which is of type 'GetObjectCommandOutput' to a pdf? Currently I am doing the following: ```ts try { const response = await client.send(command);...

SEO Tags not reflecting on google

A friend of mine is having trouble with his site. He has Title and the Description in the head of his index.html which is hosting on cloudflare pages but google stull shows the old Title and the Description. He has setup google search console to we have reindexed the page but it is still not updating on google results. Any ideas whats happening?...

Hosting godot game on github pages

I want to host a godot game on github pages. Also i am not using cloudflare pages (tell me if i should). The image is the error i get. How can i fix this?...
No description

Page uploaded with wrangler cli without issue but failed on CloudFlare

* https://cce53cae.sanctuary-ui.pages.dev * deploy ID - 🤷‍♂️ * accID - 5cd2d35bd3bdfd44f0a1cf78b4d5b389 Page is build with next-on-pages and deployed with npx wrangler pages deploy .vercel/output/static and fails on CloudFlare....

How do I remove email authentication to my Workers/Pages-deployed site?

I deployed my simple web application on https://7922e85c.cloudflare-assessment-6fh.pages.dev/. However, when I want to access this site, it asks for email authentication and only my primary registration email allows me to access the deployed site. How do I fix this?

Easiest way to notify and store form submissions?

Hi, have a really simple landing page in pages, but now I want to store and notify (ideally via email) of form submissions. What is the easiest way to achieve this?

522 error. I probably got banned

My pages: ufkayolculuk-wp.pages.dev AccountId: c197b649912df487fe9ab412071ba21a Hello, I have been using cloudflare for years. I read the documentation and many forum posts for this problem....
No description

dev tool does not show source code

I used npm create cloudflare@latest remix-page -- --framework=remix to create a remix CF page project and ran it using npx remix build & npx pnpm run start. After opening dev tool using d, I don't see the application code (e.g. routes/_index.tsx). Any idea? Thanks.
No description

Invalid region

I am trying to connect to cloudfare r2 bucket using s3 go sdk. But I am getting the following error: operation error S3: ListBuckets, resolve auth scheme: resolve endpoint: endpoint rule error, Invalid region: region was not a valid DNS name. Can someone please provide a solution 🙂...

Proxy some url patterns to our own server and the rest should serve through CF pages?

Currently, we are using this functionality through nginx proxy. Now, we wanna move to CF pages and we want to keep same urls as of first. So, want to serve our static pages through Cf pages and some pattern URLs should proxy to our own server. I know about proxy in CF pages but they state only relative URLs are allowed of domain name, but we want to proxy to our own server. Is it possible with CF pages?

cf problem

there is no Moving text on my "Domain" only
No description

Cloudflare Pages Region?

Can you decide which Region Cloudflare Pages reside in? I want to use Japan region

Using 'pg' in an Astro API route

Hi. I think you can use Node's pg with Cloudflare workers according to https://developers.cloudflare.com/workers/tutorials/postgres I am trying to deploy an Astro API route like the following but the build is failing The package "net" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error. It's not clear to me where I am supposed to specify the platform....

I used Astro framework to deploy example.com to cloudflare pages. How do I add the www subdomain

I can access example.com through the browser but www.example.com does not work. I tried adding a CNAME.txt file to the root of the Astro project directory containing the following lines: ;; CNAME Records example.com. 1 IN CNAME example.pages.dev. blog.example.com. 1 IN CNAME example.com. www.example.com. 1 IN CNAME example.com....
No description