- Unexpected fields found in top-level field: "bindings"
I'm very new to wrangler. Been sitting the whole evening tryna figure out why I get this error when trying to deploy my worker
⛅️ wrangler 4.45.0
───────────────────
▲ [WARNING] Processing wrangler.toml configuration:
- Unexpected fields found in top-level field: "bindings"
This is my wrangler.toml, but been trying a bunch of various configurations:
name = "my-pdf-worker"
main = "src/index.js"
compatibility_date = "2025-10-17"
[build]
command = "npm install"
[observability]
[observability.logs]
enabled = false
head_sampling_rate = 1
invocation_logs = true
persist = true
[browser]
binding = "BROWSER"
type = "browser"
0 Replies