I had this issue as well - it's a
I had this issue as well - it's a TanStack issue (not Convex, so you can ask in their discord as well), but try pinning your version of start to 1.134.6
Related GH issue is here: https://github.com/TanStack/router/issues/5738 and here: https://github.com/workos/authkit-tanstack-start/issues/18
7 Replies
Hey @Laxya - I don't take DMs for tech help, so you can ask followups here if you like. That way if I'm not around, someone else might be able to help you!
@James sure!
i tried the suggestion you gave earlier about updating the TanStack Start version, but I'm still running into issues. Now I’m getting this error:
✔ 21:49:47 Convex functions ready! (3.57s)
[vite] connected.
TypeError: router.serverSsr.takeBufferedScripts is not a function
at Scripts (/Users/.../node_modules/@tanstack/react-router/src/Scripts.tsx:68:45)
Looks like progress! What have you tried so far to fix that issue?
Off the dome, you might need to make your tanstack/react-router and router-plugins the same version as the one you pinned
okay so i tried doing this but apparently there is no "1.134.6" for tanstack/react-router in npm registry
hi james thank you so much 1.134.4 works
Amazing! Glad you got it worked out