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
🤖turnstile
radar
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
pipelines-beta
containers-beta
Pages Deployment Error

Using past deployments in production?
can I create a page rule to redirect for example domain.com/r2/ to a public domain r2 bucket?
app.osmosis.zone
build limit problem
522 Error - Custom domain and www. won't redirect.

“wrangler pages functions build” yields output with different filenames
wrangler pages functions build ./functions --sourcemap --compatibility-flags=nodejs_compat --outdir=./dist-functions/
Its output is either
index.js
+ index.js.map
...500 Internal Server Error on Cloudflare Page

I have a git repo that deploys through pages, what would be the best way to share the deployment log
Pelican command not found in deployment to Cloudflare pages
MiniflareCoreError
wrangler pages dev ./
.
Please check on https://discord.com/channels/595317990191398933/1207671960767565884, and help me....ETA for wildcard subdomains support on pages
`wrangler pages dev -- astro dev` fails to follow Astro redirects
wrangler pages dev -- astro dev
and default adapter fails to properly execute an Astro redirect return context.redirect("/login", 302)
with [wrangler] Could not proxy request: TypeError: fetch failed
.
Deployed version works. Only dev fails.
Astro runs on localhost:3000, and Wrangler on localhost:8788...Wrangler upload succeeds, but deployment fails
MailChannels with an external domain?
Add dependencies needed by build script?
jq
. Things I tried:
* apt-get install jq
- "E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?"
* sudo apt-get install jq
- "sudo: The "no new privileges" flag is set, which prevents sudo from running as root."...Pages Functions Bundle post-processing
debug-id
https://docs.sentry.io/platforms/javascript/sourcemaps/uploading/cli/#3-inject-debug-ids-into-artifacts
AFAIU I need to do the following:
1. use wrangler pages functions build --sourcemap
to generate the bundle and its source map.
2. do the necessary post-processing of the generated files...Cloudflare Could not load virtual:astro-icon
bindings deployed with wrangler.toml
Passing env variables when deploying page application with wrangler