T
TanStack4w ago
dependent-tan

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
GitHub - TimothyKrell/Tanstack-start-bug
Contribute to TimothyKrell/Tanstack-start-bug development by creating an account on GitHub.
GitHub
Tanstack-start-bug/src/utils/posts.tsx at master · TimothyKrell/Ta...
Contribute to TimothyKrell/Tanstack-start-bug development by creating an account on GitHub.
3 Replies
dependent-tan
dependent-tanOP4w ago
Should I submit an issue somewhere for this?
optimistic-gold
optimistic-gold3w ago
any luck? Im having the same deal not sure if you are in the same situation, but I solved this by making sure my versions matched between things like @tanstack/react-start and @tanstack-react-router, etc
foreign-sapphire
foreign-sapphire2w ago
Like someone posted here, I solved this removing the dev tools in production: https://www.answeroverflow.com/m/1434517849027907626
Error: Server function info not found - TanStack
In production and while hosting on Vercel none of my server functions is working I always get the error. Error: Server function info not found for effa3855b54954693c19be111f9426449e6246862d97a2ebe9cf3f0cdb71aa37. I am on the newest version 1.134.9 and also tried a bit older versions. For vercel I tried nitro 2 and 3. Local I am executing "buil...

Did you find this page helpful?