James
James3w ago

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
{
"dependencies": {
"@tanstack/react-start": "1.134.6",
{
"dependencies": {
"@tanstack/react-start": "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
James
JamesOP3w ago
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!
Laxya
Laxya3w ago
@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)
James
JamesOP3w ago
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
Laxya
Laxya3w ago
okay so i tried doing this but apparently there is no "1.134.6" for tanstack/react-router in npm registry
James
JamesOP3w ago
Oh yeah, the versions dont exactly match - according to this page, react-router v 1.134.4 came out on the same day as 1.134.6 for start, so you may have luck with that
Laxya
Laxya3w ago
hi james thank you so much 1.134.4 works
James
JamesOP3w ago
Amazing! Glad you got it worked out

Did you find this page helpful?