T
TanStack5mo ago
like-gold

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
like-gold
like-goldOP5mo ago
This issue appears to only affect the dev environment and is working as expected in prod
like-gold
like-gold5mo ago
does restarting the dev server help? which version are you on?
like-gold
like-goldOP5mo ago
1.121.26 No luck with restarting dev server
like-gold
like-gold5mo ago
try upgrading to the latest version
like-gold
like-goldOP5mo ago
Ahh a classic fix. That was the solution! Thanks for the help
like-gold
like-gold5mo ago
lol we fix a lot of stuff each day, so updating to latest often help
like-gold
like-goldOP5mo ago
Good to know, I'll keep that in mind going forward
wise-white
wise-white5mo 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
like-gold
like-gold4mo ago
can you reproduce this in a complete example?
wise-white
wise-white4mo 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?