workers-help
pages-help
general-help
durable-objects
workers-and-pages-discussions
pages-discussions
wrangler
coding-help
kv
š¦rust-on-workers
miniflare
stream
general-discussions
functions
zaraz
ā”instant-logs
email-routing
r2
pubsub-beta
analytics-engine
d1-database
queues
workers-for-platforms
workerd-runtime
web3
š¤turnstile
radar
web-research
logs-engine
cloudflare-go
terraform-provider-cloudflare
workers-ai
browser-rendering-api
logs-and-analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive
vectorize
ai-gateway
python-workers-beta
vitest-integration-beta
workers-observability
workflows
vite-plugin
How to handle private assets with Cloudflare Pages & GitHub?
.gitignore
, but the fonts need to get to Cloudflare somehow. I currently have Cloudflare set to deploy my site from the GitHub repo, but I can't upload the fonts to GitHub, so how should I deploy my site instead?Cannot link github
90e573cb19849ba7d4a553766544b9b0
When I try to link my new github account to cloudflare, it fails to link. There is no error, but it does not appear in the dropdown when creating a new pages site. Ive also tried unlinking and relinking to no avail?
(Problem seems very similar to https://discord.com/channels/595317990191398933/789155108529111069/1056577433261854720 for reference)...Forward Build Logs?
What storage does "Cloudflare Pages" use internally for static assets?
CF Pages site serving expired SSL cert
Using builtin node packages on build process cause errors
Make custom domain point to another custom domain
Stripe JS SDK & next-on-pages Compatibility
next-on-pages
? I have a NextJS app that I'd like to deploy on pages, and am using next-on-pages
to support SSR & bundling my /pages/api/*.ts
API's into workers, however, my pages builds are failing with:
```
22:53:11.754 ā² Failed to compile.
22:53:11.755 ā² ../../node_modules/function-bind/implementation.js...Content-Type for some files are randomly missing
index.html
was served as plain text, and now there's a JS file missing it's typewebsite issues happens all the time
Running into 522 error when trying to connect
Cannot set property crypto of #<Object> which has only a getter
Next 13.4.2, not-found.js, and 404's on Pages
appDir
setup on Next 13.4.2, I created a not-found.js
file to return a custom 404 and not the Next default. On my local setup using npm run dev
this works correctly and gives me my custom page.
On Pages, it returns the Next default error message and not the custom page. ...Create multiple Pages projects with a monorepo

"Unable to find pages project" error with GitHub Actions
- name: Deploy uses: https://github.com/cloudflare/pages-action@v1 with: apiToken: $ {{ secrets.CLOUDFLARE_API_TOKEN }} accountID: $ {{ secrets.CLOUDFLARE_ACCOUNT_ID }} projectName: "website" directory: "dist" gitHubToken: $ {{ secrets.GITHUB_TOKEN }}
- name: Deploy uses: https://github.com/cloudflare/pages-action@v1 with: apiToken: $ {{ secrets.CLOUDFLARE_API_TOKEN }} accountID: $ {{ secrets.CLOUDFLARE_ACCOUNT_ID }} projectName: "website" directory: "dist" gitHubToken: $ {{ secrets.GITHUB_TOKEN }}
CSS not updated.

Error getting domain name working.
Nuxt (3.5.0) SSG rendered HTML differs on a custom domain.
uwvloereruit.nl
differs from uve-website.pages.dev
. The content served by the custom domain is different (in a visually breaking way) while its is fully server side generated HTML. I have verified this difference by examining both response bodies with Postman. Specific components are somehow rerendered and comments indicating conditional renders are not present in the HTML returned by the custom domain which indicate to me this is not a Nuxt issue?
I tried various possible solutions and non of them have worked....Weird Pages NextJS build error