Error: Server function info not found
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
"build": "vite build",
"start": "node .output/server/index.mjs",
but also the same error. Anyone had the same issue?
3 Replies
xenial-black•4w ago
Do you have any devtools installed? I ran into this as well and commenting out devtools from both
__root.tsx and my vite.config.ts resolved the issue. Its funny because in the build logs there is a log for it automagically removing devtools from __root.tsx
Haven't dug into the source code for why this works but it seems devtools inclusion has some adverse effectsother-emerald•4w ago
Might be similar to my issue. https://discord.com/channels/719702312431386674/1435252951789736049
stormy-gold•3w ago
any luck here?
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