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
I have a site hosted on fly.io. Can I somehow hide the hosted url in a subdomain on my Pages site?
my-domain.com/admin
or admin.my-domain.com
would render what is on the other host (https://bright-star-3498.fly.dev for instance).I added a custom domain 2 days ago to my CF Pages site, and my CNAME records have not propagated yet

SvelteKit build error: Node modules could not be resolved
googleapis
package installed. I tried deploying it to Pages with cloudflare adapter but the build failed with errors like the following:
```
The package "stream" 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.
06:47:24.269 error during build:...Testing functions with unstable_dev
unstable_dev
? Is it only possible with using a _worker
file or can i somehow build the separate functions into one locally to run unstable_dev
on?Internal error
Password Protect Pages, not based on email?
Change git integration user
Using pages plugin mailchannels giving error

Cant upload zip file to assets page
Unable to write files during build
12:59:30.939 README.md 12:59:30.939 assets...
Unknown Error when setting NODE_VERSION

Error building pages Module build failed: UnhandledSchemeError: Reading from "node:crypto"
Wranglers Pages Dev is basically unusable
npx @cloudflare/next-on-pages --watch
and in another terminal use wrangler pages dev .vercel/output/static --compatibility-flag=nodejs_compat
.
However, with this setup whenever you modify your Next project it triggers a rebuild, deleting _worker.js
. Then, this file being deleted upsets wrangler and it exits.
However, wrangler doesn't calmly exit - it leaves behind a process holding it's bind to :8788
meaning it cannot be restarted without running lsof -i 8778
and then killing the hanging process. Every. single. file change. I'm not sure how to use any other Cloudflare feature with Next on Pages because the thing giving me process bindings cannot be used without extreme babysitting. ...Custom Domain failing for cloudflare pages
pages functions package.json
./functions
directory that contains a _middleware.js
file that proxies all http requests to a node.js api if the pathname starts with /api
.I would like to use the twilio npm package like it does in this example https://github.com/Ryandev/cloudflare-worker-twilio-sms ...
Trouble w/ relative images - Astro site on Pages
/myfavicon.svg
or /header-image.png
and are placed in my Astro public
folder so they're straight copied when the site is built....Purging everything won't help, my changes still aren't syncing in my Team's website

Error deploying nuxt