Folks - I need some help here please. Everything local on my machine has stopped working. I just cre

Folks - I need some help here please. Everything local on my machine has stopped working.
I just created a new worker project (v3.10.1) - a toml binding of a test database with a test_table and a single int PK column
Inserting into it with execute or prepare batching is failing with the same errors I am getting with every other cloudflare project.
These appear to work when deployed, just not on my local machine.

The error code is explicit here - does anyone know what it means at all?
This is the db binding dump object:

Object {                                                                                                                                                                                                                     
  message: D1_ERROR: Failed to parse body as JSON, got: error code: 1042,                                                                                                                                                    
  cause: Failed to parse body as JSON, got: error code: 1042                                                                                                                                                                 
}


I have restarted my machine, I have uninstalled and removed all versions of wrangler from my appdata roaming profile as well as from the local project. Installed everything back - this is the same error guys.

Is there anywhere else I could try and remove or clean up - any cache or any other wrangler commands to test and verify stuff?
Was this page helpful?