`pages dev` doesn't support `--remote` unfortunately
pages dev doesn't support --remote unfortunatelypages devdev (not pages) which is probably what you're thinking about --local=falseError reloading local server: QueuesError [ERR_V8_UNSUPPORTED]: The version of V8 bundled with this version of Node.js does not support Queues. Please upgrade to the latest Node.js LTS released.ts file.dev.vars file or go back to remote dev with --remote[WARNING] worker failed to prewarm: Service Temporarily Unavailable.dev.vars has to look like? like a normal .env?Cannot find name 'Queue'.ts(2304)
Also the tailing does not work, the tail worker does not receive any events.--no-bundle flag, it complains since I'm using D1 in the worker for which I'm looking to do a custom build.#3595 c302bec6 Thanks @geelen! - Removing the D1 shim from the build process, in preparation for the Open Beta. D1 can now be used with --no-bundle enabled.
.dev.vars file locally that is git ignored, but now want to set same ones in github actions so I can run wrangler e2e tests, how can I do this? Atm I set up same values as github repository secrets, but seems like wrangler is not picking them up--local=falseError reloading local server: QueuesError [ERR_V8_UNSUPPORTED]: The version of V8 bundled with this version of Node.js does not support Queues. Please upgrade to the latest Node.js LTS release.dev.vars.dev.vars.dev.vars[WARNING] worker failed to prewarm: Service Temporarily UnavailableCannot find name 'Queue'.ts(2304)✘ [ERROR] While in beta, you cannot use D1 bindings without bundling your worker. Please remove `no_bundle` from your wrangler.toml file or remove the `--no-bundle` flag to access D1 bindings. A request to the Cloudflare API (/accounts/3359d8aa9d63d9c653adf478062b777e/workers/scripts/authentication-app/routes) failed.route ="https://auth-test/api/*"[mf:err] ReferenceError: URK is not defined
at fetchAccounts (/~/test/src/test.ts:842:13)
at __facade_sw_fetch__ (/Users/user/.config/yarn/global/node_modules/wrangler/templates/middleware/loader-sw.ts:197:27)
at __facade_invokeChain__ (/Users/user/.config/yarn/global/node_modules/wrangler/templates/middleware/common.ts:53:9)
at Object.next (/Users/user/.config/yarn/global/node_modules/wrangler/templates/middleware/common.ts:50:11)
\500 Internal Server Error (135ms)