© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
Cloudflare DevelopersCD
Cloudflare Developers•2y ago•
1 reply
Shihmin Lee

service bindings does not work

Locally I can do

npm create cloudflare@latest -- web --type web-framework
npm create cloudflare@latest -- web --type web-framework


to create a website using qwik framework. I also have

[[services]] 
binding = "SOMETHING"
service = "worker-something" 
[[services]] 
binding = "SOMETHING"
service = "worker-something" 


in my wrangler.toml.

In my index.ts I have


export const onRequest = async (context: any) => {
  const result = await context.platform.env.TICKERS.fetch('...')
  console.log({result})
}
export const onRequest = async (context: any) => {
  const result = await context.platform.env.TICKERS.fetch('...')
  console.log({result})
}


but I cannot seem to connect to the other worker as I always get 503. I wonder if anyone knows how to get around this.
Cloudflare Developers banner
Cloudflare DevelopersJoin
Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news
85,042Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Service bindings does not work (at least locally) with Pages
Cloudflare DevelopersCDCloudflare Developers / pages-help
16mo ago
Do Service bindings and Queues work in Nextjs pages?
Cloudflare DevelopersCDCloudflare Developers / pages-help
3y ago
Email Workers example does not work
Cloudflare DevelopersCDCloudflare Developers / pages-help
3y ago
SvelteKit service bindings in local development
Cloudflare DevelopersCDCloudflare Developers / pages-help
2y ago