
DB, suddenly in production the binding is __D1_BETA__DB, anyone ever have seen this happen? Locally still works as expected (eg. DB). I found that this prefix exists in miniflare codebase but really confused to see this pop-up in my production project._routes.json ? https://developers.cloudflare.com/pages/platform/functions/routing/#limitsLimits
You may have no more than 100 include/exclude rules combined.
Each rule may have no more than 100 characters.
100 include/exclude rules combined would mean that our blog cannot contains more than 100 articles ?/api/*import it? The docs say we can import binary data, but does that require a .bin extension?import JSON, am I missing something?functions/src/api.ts with the JSON under functions/builder/output.jsonresolveJsonModule set for TypeScriptDB) turned into __D1_BETA__DB. However in most cases I can't utilize either binding. Can anyone advise a path forward?wrangler pages deploy instead of uploading via the dashboard. It's only an issue with D1 bindings as far as I know. I believe the KV binding works as expected in both cases__D1_BETA__DB which would sometimes be a D1 binding and sometimes an empty objectJSON.stringify a FormData object__D1_BETA__DB__D1_BETA__DB__D1_BETA__DB100 include/exclude rules combined.bin✘ [ERROR] Could not resolve "../builder/output.json"
src/api.ts:2:28:
2 │ import someJson from "../builder/output.json"; functions/src/api.tsfunctions/builder/output.jsonresolveJsonModule{
"version": 1,
"include": [
"/*"
],
"exclude": [
"/_astro/_slug_.48022e81.css",
"/_astro/client.ee7b9fdd.js",
"/articles/5-races-de-chiens-deconseillees-si-vous-n-avez-jamais-eu-de-chien-video/",
"/articles/10-choses-amusantes-sur-les-chats-a-savoir-absolument/"
]
}