Service binding with pages not working
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)
... However im unsure whether CF support binding pages to workers as when i run my deployment it fails attempting to bind
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.
Heres my wrangler.toml
0 Replies