




/content endpoint. :/console.log() calls don't show up when working locally (in my case, with the --remote flag?) This happens all the time for me - and it's 100% not because the line of code doesn't run. Sometimes if I restart the worker it then fixes itself and logs show. Seemingly I can also fix it by just modifying an arbitrary line of code (or adding a space) so the worker gets freshly uploaded to the edge. Any one from CF know why this would happen? It's happened on multiple versions of Wrangler, too.
wrangler deploy is upset about the numbering of the arrays in the wrangler.jsonc file. Feel like I'm missing something dumb..."directory" property defined.

❯ bun index
24 | body: JSON.stringify(payload),
25 | });
26 |
27 | // Check if the response was successful
28 | if (!response.ok) {
29 | throw new Error(
^
error: Failed to fetch HTML content: 429 Too Many RequestsDownloading Chromium 134.0.6998.35 (playwright build v1161) from https://cdn.playwright.dev/dbazure/download/playwright/builds/chromium/1161/chromium-linux.zip
164.9 MiB [====================] 100% 0.0s
Downloading Chromium Headless Shell 134.0.6998.35 (playwright build v1161) from https://cdn.playwright.dev/dbazure/download/playwright/builds/chromium/1161/chromium-headless-shell-linux.zip
100.9 MiB [====================] 100% 0.0sfunctions//contentconsole.log()--remotewrangler.jsonc"directory"{
"name": "api",
"main": "v1/index.ts",
"compatibility_date": "2025-04-05",
"d1_databases": [
{
"binding": "...",
"database_name": "...",
"database_id": "..."
}
],
"assets": [
{
"binding": "SWAGGER_JS",
"directory": "./swagger",
"pattern": "*.js"
},
{
"binding": "SWAGGER_CSS",
"directory": "./swagger",
"pattern": "*.css"
},
{
"binding": "SWAGGER_HTML",
"directory": "./swagger",
"pattern": "*.html"
},
{
"binding": "SWAGGER_YAML",
"directory": "./swagger",
"pattern": "*.yaml"
}
]
}"assets": {
"bindings": [
{
"binding": "SWAGGER_JS",
"directory": "./swagger",
"pattern": "*.js" "assets": {
"directory": "./swagger",
"binding": "SWAGGER"
}