createTRPCNext type error
Hi everyone. So I started creating nextjs app with trpc + prisma set up. and when i use my AppRouter type with createTRPCNext I get "The types returned by createCaller(...) are incompatible between these types." error
this is whole error msg and I'm not sure if you guys have seen it!
4 Replies
Are all your tRPC package versions the same version?
They must all match
Holy crap. U were right my server-side was 10.21.0 and client side was 10.21.1 and when I updated server it works find. 💪🏻 thank you!
Second time I’ve seen it this week 😅
Hi, im having the same error expect my versions are all 10.20.0