T
TanStack2mo ago
conscious-sapphire

Server function info not found

Running into a strange bug today. All of my server functions are getting the following error all of the sudden. I haven't changed anything since I last worked on my project. All the failing server functions follow the pictured pattern.
No description
No description
No description
No description
10 Replies
conscious-sapphire
conscious-sapphireOP2mo ago
This issue appears to only affect the dev environment and is working as expected in prod
fair-rose
fair-rose2mo ago
does restarting the dev server help? which version are you on?
conscious-sapphire
conscious-sapphireOP2mo ago
1.121.26 No luck with restarting dev server
fair-rose
fair-rose2mo ago
try upgrading to the latest version
conscious-sapphire
conscious-sapphireOP2mo ago
Ahh a classic fix. That was the solution! Thanks for the help
fair-rose
fair-rose2mo ago
lol we fix a lot of stuff each day, so updating to latest often help
conscious-sapphire
conscious-sapphireOP2mo ago
Good to know, I'll keep that in mind going forward
fascinating-indigo
fascinating-indigo2mo ago
I'm having the same issue here, and i'm wondering if it's because i'm using the wrong packages. I'm using: "@tanstack/react-router": "^1.127.3", "@tanstack/react-router-with-query": "^1.127.3", "@tanstack/react-start": "^1.127.7", I've tried upgrading all of them to @latest but i still have the same error
fair-rose
fair-rose4w ago
can you reproduce this in a complete example?
fascinating-indigo
fascinating-indigo4w ago
Sorry, ended up rolling back to an older version and have moved on since then. I’ll share if it pops up again.

Did you find this page helpful?