Service Binding not appearing in worker dashboard

As per the title, I am having some trouble setting up a service worker from my pages app. In the Pages app cloudflare dashboard I can see the binding has been setup, however when I go to triggers in the worker dashboard, the bindings are empty:
No other Services bind to markdown-worker. To invoke this from another Service, add a Service Binding from that Service's Settings > Variables page
Is there any advice here? since the connection was made through the dashboard I am not sure what else to do to create the connection.
3 Replies
Chaika
Chaikaā€¢2mo ago
You're saying you bound to a worker from your pages app, and it looks good, but the workers side doesn't reflect it? iirc that's a known bug, it just doesn't show Pages Project bindings. It should work though
Callum
Callumā€¢2mo ago
OK thats good to know, its likely something else I've got wrong then šŸ™‚
Chaika
Chaikaā€¢2mo ago
The binding itself doesn't work in your Pages Project? Do you get an error or anything more specific? Make sure you're passing a full url to it, either the one from the request or https://example.invalid/path, etc. Just has to be a valid url