Skip to main content
wiring/server
check: wiring/server · error_code: E-WIRE-007 · doctor exits: 1

What you’re seeing

Your host is a Cloudflare Worker, a Bun server, a Hono app, or something else doctor doesn’t recognize as Next.js or Express. This check runs instead of the framework-specific ones and it’s failing.

Why

Doctor found no source file that imports createVendo from @vendoai/vendo/server, or nothing that mounts its handler. There is no Vendo wire for your runtime to serve.

The fix

Import createVendo and route your runtime’s request entry through vendo.handler(request).
src/index.ts
Re-run npx vendo doctor once the handler is mounted.
  • E-WIRE-008: the client-side counterpart on the same unrecognized framework
  • E-WIRE-005: dependency declared, checked before this one
  • E-WIRE-011: the dependency is declared but not resolvable