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
CSP issues with CF Fonts and CF Workers (execution order)
functions/middleware.js
) for, among other things, providing a Content Security Policy. One part of that CSP requires using a nonce to allow style
statements, so — also with the Worker — I inject a nonce into any style
statements that I must use for whatever reason. I'm now testing Cloudflare Fonts and see that my CSP is rejecting the style
statements CF Fonts sets up because that nonce isn't getting injected, presumably because the CF Fonts stuff happens after the Worker runs. Am I correct in assuming that this order can't be changed? And, if that's the case, is my only option to add unsafe-inline
and be done with it?
(Also posted this on the Discourse. If I get an answer on either source, will indicate that and close each accordingly.)...MIME issue
Pages can't seem install nodejs

Help: Api calls from Nuxt.js in cloudflare pages
CF Pages Plugin with static assets are not working
Two websites running under the same domain
Facing DNS Lookup Issue with Cloudflare WARP - Need Help!
Source map errors

pages github action not working
host.yml
):
```yml
deploy:
environment:...
Wildcard domain for pages
/
?
In general: The subtle and not so subtle differences between a pages and a worker project are the most confusing and UX killing aspects of workers/pages right now....Before adding to your Pages project, you'll need to transfer your DNS to Cloudflare.
Pages Deployments are 504ing still
/deploysments?page=1&per_page=15&sort_by=create_on&sort_order=desc
. I'm suspecting it may be due to the number of deployments we currently have, but I am not 100% sure. This is a bit of a blocker and we are loo...Connecting to a local https server from wrangler pages dev on windows.
wrangler pages dev
I get an error rather than the expected response from the other service:
```
workerd/jsg/util.c++:275: error: e = kj/compat/tls.c++:221: failed: TLS peer's certificate is not trusted; reason = unable to get local issuer certificatestack: 7ff699735100 7ff69977895c 0 0 0 7ff699ab4a48 7ff699ab58eb 7ff699ab7c18 0 0 0 7ff699a3938d 0 0; sentryErrorContext = jsgInternalError...
fetch failed during build process
5d2b77a7-9b6c-4565-b2cb-6372c8bab494
During the build process are fetched some files that are stored into a R2 storage named mostrum-cms
As you can see from the build logs there is this error 12:37:00.875 [error] Can't load image https://*****_454af3e47a.jpg: fetch failed
This error doesn't occur every time or on the same image resource, could you pleas check from your network logs what's the problem? Thanks...Type safe context in Remix 2.0
My Remix.run site is erroring with a 500 on Pages (not dev), how do I track down the problem?
Bind the new Send emails from Workers - in the dashboard