Hello Does Cloudflare Pages have unlimited bandwidth on the free plan?
Hello Does Cloudflare Pages have unlimited bandwidth on the free plan?
[[ env.production.d1_databases ]] and then removing it. Not sure what caused the issue. I think it might be a bug when you delete a database connected to an active deployment you can't then add a new one.

[[ env.production.d1_databases ]] if you want. I use only [[ d1_databases ]] because I use it in all envs, like also locally


[[env.production.d1_databases]] work but not [[env.preview.d1_databases]]?wrangler, so once you start to use that the dashboard won't allow you to edit anything which can be edited from wrangler, so you have one source of truthwrangler.toml when it shouldwrangler.toml" - Otherwise they don't apply (for that section at least)
wrangler.toml? If I run a deploy from my local machine, the UI closes off the fields and shows it's maintained by wrangler.toml as expected.NODE_VERSION = "xx.xx.xx" sometimes causes the build to get stuck forever, saying downloading node version 20.12.1 ... Any thoughts about that?[[ env.production.d1_databases ]][[ env.production.d1_databases ]][[ d1_databases ]]
binding = "DB"
database_name = "foo-prod"
database_id = "76286726-324-434-434-343434"
migrations_dir = "server/db/migrations"[[ d1_databases ]][[env.production.d1_databases]][[env.preview.d1_databases]]NODE_VERSION = "xx.xx.xx"downloading node version 20.12.1 ...d1_databases = [
{ binding = "<BINDING_NAME>", database_name = "<DATABASE_NAME>", database_id = "<DATABASE_ID>" }
]