4 Replies
Isaac McFadyen
here When a table is missing, the error is returned as "Cannot read properties of undefined (reading 'fetch')" instead of something more descriptive. Was using the wrong binding name lul
Erisa
Erisa2y ago
If you create and download a backup of a DB that has no schema (freshly created), it errors with Internal error on the download. The other issue is that wrangler doesn't notice and downloads the error to a file, thinking its the backup, making me worry it might do this with other errors in the future. Ideally the error should be caught and displayed.
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Isaac McFadyen
Can repro this:
{
"results": [
{
"CURRENT_TIMESTAMP": "1970-01-01 00:00:00"
}
],
"duration": 0.05355100000008406,
"lastRowId": null,
"changes": null,
"success": true
}
{
"results": [
{
"CURRENT_TIMESTAMP": "1970-01-01 00:00:00"
}
],
"duration": 0.05355100000008406,
"lastRowId": null,
"changes": null,
"success": true
}