Corsix👾
CDCloudflare Developers
•Created by Corsix👾 on 9/26/2024 in #workers-help
service binding error.. why?
okey, wasent shown in the example on that page so had no idea to add entrypoint = "LableMatch"
8 replies
CDCloudflare Developers
•Created by Corsix👾 on 9/26/2024 in #workers-help
service binding error.. why?
oh
8 replies
CDCloudflare Developers
•Created by Corsix👾 on 9/26/2024 in #workers-help
service binding error.. why?
worker B producer code is in the main index file
8 replies
CDCloudflare Developers
•Created by Corsix👾 on 9/26/2024 in #workers-help
service binding error.. why?
TOML file for consumer worker :
#:schema node_modules/wrangler/config-schema.json
name = "image-picker"
main = "src/index.js"
compatibility_date = "2024-09-09"
compatibility_flags = ["nodejs_compat"]
services = [
{ binding = "WORKER_TEXT_LABLE_MATCH", service = "ai-text-label-match" }
]
8 replies