Ive got a regular worker that im trying to bind to a pages worker so it can forward requests on to it using
env.ui_search_trip.fetch(newRequest)
env.ui_search_trip.fetch(newRequest)
... However im unsure whether CF support binding pages to workers as when i run my deployment it fails attempting to bind
workers.api.error.service_binding_error: could not resolve binding "ui_search_trip": script "ui-search-trip" not found [code: 10143
workers.api.error.service_binding_error: could not resolve binding "ui_search_trip": script "ui-search-trip" not found [code: 10143
and when i add environment = production i get a similar error.
Should this work? I also cant see the pages in the list of services to bind when im in the dashboard of this parent worker so not sure if it is supported.