Wrangler Issues

Hey I'm experincing the following issues with one of my projects I cannot use wrangler as I don't have access to it? (but I do). I saw somewhere that doing a wrangler deploy (also cannot due to using opennext and it doesn't support windows?) might fix it somewhere but not to sure.

bunx wrangler d1 execute kzg-servers-cache --remote --file=./schema.sql

 ⛅️ wrangler 4.45.3
───────────────────
Resource location: remote 

√ ⚠️ This process may take some time, during which your D1 database will be unavailable to serve queries.
  Ok to proceed? ... yes
🌀 Executing on remote database [redacted] (<UUID>):
🌀 To execute on your local development database, remove the --remote flag from your wrangler command.       
Note: if the execution fails to complete, your DB will return to its original state and you can safely retry.

X [ERROR] A request to the Cloudflare API (/accounts/[redacted]/d1/database/<UUID>/import) failed.

  Invalid property: databaseId => Invalid uuid [code: 7400]

  If you think this is a bug, please open an issue at:
  https://github.com/cloudflare/workers-sdk/issues/new/choose


🪵  Logs were written to "C:\Users\mynameistito\.wrangler\logs\wrangler-2025-11-01_20-39-50_503.log"

C:\Users\mynameistito\Documents\GitHub\kzg\kzg-servers-connect>
Was this page helpful?