-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
bugSomething that isn't workingSomething that isn't workingcaretakingPriority for caretakingPriority for caretakingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Which Cloudflare product(s) does this pertain to?
Wrangler
What versions are you using?
3.114.1 [Wrangler]
What operating system and version are you using?
Arch Linux on WSL
Please provide a link to a minimal reproduction
https://github.com/hexium310/wrangler-service-binding-environment-repro
Describe the Bug
Service binding from a worker (worker_a) to another worker (worker_b) running locally with an environment doesn't connect, and using the same/other environment as worker_b in worker_a doesn't either. It has no problem connecting to worker_b without an environment.
Steps to reproduce
- Clone the above link and
pnpm install. - Launch worker_b with environment
pnpm exec wrangler --env development -c wrangler.worker_b.toml- Launch worker_a in other terminal
pnpm exec wrangler -c wrangler.worker_a.toml2 and 3 are the same in reverse.
Actual behaviour
Expected behaviour
connection succeeds
Please provide any relevant error logs
No response
Metadata
Metadata
Assignees
Labels
bugSomething that isn't workingSomething that isn't workingcaretakingPriority for caretakingPriority for caretakingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Type
Projects
Status
Done
