Skip to content

Commit 8281f25

Browse files
committed
fix(docs): use real D1 database UUID in wrangler.jsonc
Cloudflare Pages publish was failing with error 8000022 (Invalid database UUID) because database_id held the database name instead of its UUID.
1 parent a20d99a commit 8281f25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"binding": "DB",
1010
"database_name": "pleaseai-code-style-db",
11-
"database_id": "pleaseai-code-style-db"
11+
"database_id": "33e0d9c6-157a-4662-a45a-b99a970e25aa"
1212
}
1313
]
1414
}

0 commit comments

Comments
 (0)