-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Error: Could not create remote preview session on your account #10773
Copy link
Copy link
Labels
awaiting Cloudflare responseAwaiting response from workers-sdk maintainer teamAwaiting response from workers-sdk maintainer teaminternalRequires support from the Cloudflare PlatformRequires support from the Cloudflare PlatformregressionBreak in existing functionality as a result of a recent changeBreak in existing functionality as a result of a recent changeremote-bindings
Description
What versions & operating system are you using?
System:
OS: macOS 15.6.1
CPU: (12) arm64 Apple M2 Pro
Memory: 557.83 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 22.16.0 - ~/.local/state/fnm_multishells/64380_1758588030598/bin/node
npm: 10.9.2 - ~/.local/state/fnm_multishells/64380_1758588030598/bin/npm
npmPackages:
wrangler: ^4.40.1 => 4.40.1
Please provide a link to a minimal reproduction
No response
Describe the Bug
Hi there, I'm attempting to use the new"remote": true setting on a D1 binding.
I'm using wrangler.jsonc, so it looks like:
"d1_databases": [
{
"binding": "FOO_D1",
"database_name": "foo_d1_test",
"database_id": "id-goes-here",
"remote": true, // This DB is tricky to seed locally, so let's point to the remote test DB instead.
},
{
"binding": "BAR_D1",
"database_name": "bar_d1_local",
"database_id": "id-goes-here",
},
],
I'm starting the project with wrangler dev. I can see the binding is set to 'remote' mode, but then immediately see the error in console:
⎔ Starting local server...
[wrangler:info] Ready on http://localhost:8989
✘ [ERROR] Could not create remote preview session on your account.
I'm on wrangler 4.40.1, using "compatibility_date": "2025-09-15".
We usually have workers.dev and preview URLs disabled, but I've tried having those on to no effect.
I've tried re-authenticating wrangler, and manually deleting the .wrangler directory for this project -- no change.
Account ID: 7729a464e7fd397e9ad009201cbbe7f8
Please provide any relevant error logs
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
awaiting Cloudflare responseAwaiting response from workers-sdk maintainer teamAwaiting response from workers-sdk maintainer teaminternalRequires support from the Cloudflare PlatformRequires support from the Cloudflare PlatformregressionBreak in existing functionality as a result of a recent changeBreak in existing functionality as a result of a recent changeremote-bindings
Type
Projects
Status
Done