TanStackT
TanStack4mo ago
4 replies
verbal-lime

wrangler github action cannot find @tanstack/react-start/server-entry

official cloudflare example uses @tanstack/react-start/server-entry. It builds fine when I deploy it to cloudflare using wrangler CLI.
Always fails when I try to do the same using the wrangler github action. Anybody knows why?

:rocket: Running Wrangler Commands
  /home/runner/setup-pnpm/node_modules/.bin/pnpm exec wrangler deploy --var TURSO_DATABASE_URL:libsql://hrajeu-capaj.aws-eu-west-1.turso.io
  
  Cloudflare collects anonymous telemetry about your usage of Wrangler. Learn more at https://github.com/cloudflare/workers-sdk/tree/main/packages/wrangler/telemetry.md
  
   ⛅️ wrangler 4.43.0
  ───────────────────
  
  ✘ [ERROR] The entry-point file at "@tanstack/react-start/server-entry" was not found.
  
  
  :wood:  Logs were written to "/home/runner/.config/.wrangler/logs/wrangler-2025-10-15_06-04-59_887.log"
Error: The process '/home/runner/setup-pnpm/node_modules/.bin/pnpm' failed with exit code 1
Error: :rotating_light: Action failed
Was this page helpful?