I see some sites force verify bot check on certain routes only, is it a pro feature ?
I see some sites force verify bot check on certain routes only, is it a pro feature ?
adapter-cloudflare on Workers. I would just not use adapter-cloudflare-workers anymorenpm create cloudflare@latest -- site --framework=next && cd site && npm run dev results in ReferenceError: await is not defined. I chose pretty much the defaults. Node is v22.12.0 and npm is 11.0.0. What am I missing?wrangler pages dev in https mode? with binding to a local durable object that https enabled tooawait makes the dev server work, but I’m also unsure about the side effects of doing this.robots.txt that disallows indexing these.npm run dev and now it works. I don't think I've changed anything but computers don't usually work differently on another day if nothing was changed. NODE_VERSION since 2 days agowrangler pages deploy in package.json, https://main.poupe-website.pages.dev/ works but https://poupe-website.pages.dev/ says there is nothing there. production branch is set to main but the deployment is marked as preview anyway. what am I missing?# command
NODE_EXTRA_CA_CERTS=./certs/ca.crt wrangler pages dev --https-cert-path ./certs/server.crt --https-key-path ./certs/server.key
# wrangle.toml
[dev]
ip = "0.0.0.0"
port = 443
local_protocol = "https"# command
wrangler dev --config ./wrangler.worker.do-websocket.preview.toml --https-cert-path ./certs/server.crt --https-key-path ./certs/server.key
# wrangle.toml
[dev]
ip = "0.0.0.0"
port = 8443
local_protocol = "https"node:internal/event_target:1101
process.nextTick(() => { throw err; });
^
Error: Cannot proxy to `wrangler dev` session for class "DOWebsocket" because it uses HTTPS. Please remove the `--local-protocol`/`dev.local_protocol` option.
...
(file:///Users/petrukngantuk/oprek/labs/mandor/node_modules/@sveltejs/kit/src/utils/fork.js:23:16)
Node.js v22.12.0adapter-cloudflare-workersnpm create cloudflare@latest -- site --framework=next && cd site && npm run devReferenceError: await is not definedv22.12.011.0.0