TanStackT
TanStack3mo ago
10 replies
wispy-olive

Server Functions missing when called from another server function on Cloudflare Deploy

When calling one server funciton in another and deploying to cloudflare, I get an error "Server function info not found for [number]". The code works fine when run locally.

I forked the cloudflare example and added a call to a separate server function

https://github.com/TimothyKrell/Tanstack-start-bug
https://github.com/TimothyKrell/Tanstack-start-bug/blob/master/src/utils/posts.tsx#L32

Deployed: https://tanstack-start-app.superfarm.workers.dev/posts
GitHub
Contribute to TimothyKrell/Tanstack-start-bug development by creating an account on GitHub.
GitHub - TimothyKrell/Tanstack-start-bug
GitHub
Contribute to TimothyKrell/Tanstack-start-bug development by creating an account on GitHub.
Tanstack-start-bug/src/utils/posts.tsx at master · TimothyKrell/Ta...
Was this page helpful?