workers-help
pages-help
general-help
durable-objects
workers-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
web3
🤖turnstile
radar
web-research
logs-engine
cloudflare-go
terraform-provider-cloudflare
workers-ai
browser-rendering-api
analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive
vectorize
ai-gateway
python-workers-beta
vitest-integration-beta
workers-observability
workflows-beta
Hello I have an issue setting up
cross-account
setup, such that adding custom domain
in pages on account A
, will auto add DNS record in account B
. everything goes smoothly, when I access my website from pages deployment URL, but when I access from custom domain URL, I get ERR_SSL_VERSION_OR_CIPHER_MISMATCH
I have been struggling for many days, any help is much appreciated...Does anyone know why file hashes are
https://v2.talkdash.orth.uk/sw.js
and hard refreshing (command shift R) will often, but not always give different generated strings.
I'm working on a PWA, browsers will think there's a PWA update, and updates the service worker and my app prompts the user (bug will immediately be visible on https://v2.talkdash.orth.uk/)
I have turned off cloudflare web analytics and redeployed to make sure it's not beacon.js causing issues...Why would `process.env.EXAMPLE` be
process.env.EXAMPLE
be undefined in vite.config.ts
only in cloudflare pages? It works locally, if I export EXAMPLE=hello
and build, I can see hello
in vite.config.ts. But in the Cloudflare Pages build, it's undefined
.
Would anyone know whats going on there 🤔️🙏🏼️...If I want my pages app (Vite + React)
domain.com/route
but then I also have pages functions eg functions/connect-to-db.js
what route will that server function be accessible at?or is there a better way Opening an
For anybody else that s interested after
_routes.json
, even when using advanced mode (_worker.js
), you do not need to serve static assets using env.ASSETS.fetch
-- it's done for you.GitHub - cloudflare/pages-action
I have a weird issue I m debugging I m
data-theme
in my next.js layout.tsx file with a fancy dangerouslySetInnerHTML
, and it works locally but not when deployed on pages. My issue seems really similar to this persons: https://github.com/vercel/next.js/issues/39367
Any guidance on how to debug? Or a pointer in the docs all the possible configurations are? I don't have auto-minify enabled, I'm kind of lost about what else to check...https developers cloudflare com pages
Buffalo wild wings
Hi everyone we re exploring deploying
Clerk sign out issue with next.js
Hi I have weird issue We are using
I have no idea what they do but it s
Document how to use `adapter-cloudflare`...
platform.env
is undefined in dev... which makes local testing really difficult. Does anyone have a good solution (there are some in the issue but they are all quite hacky)No this is something the Hugo folks have
PATH
now accomplishes the same thing. It’s just a matter of making sure to use that binary rather than the now-archived Embedded Dart Sass binary.
@johndotawesome the difference between Hugo and Hugo Extended where Sass is concerned is that Hugo Extended supports the use of Sass, while “regular” Hugo (an oddity of the Hugo build process for a very small number of OS versions) does not. At one time, Hugo Extended did come with the old/deprecated Libsass, but it’s never included Embedded Dart Sass....UX feedback bug When pasting an
FOO="bar"
you have to "blur" the input field before it is actually inserted into the form field, rather than a keydown/paste event firing it. This makes it feel broken when putting in env vars into Pages