dandadan
tRPC Express server with Next.js
this might be inaccurate but maybe it can help
I also have a few apps using an express + nextjs setup, but I am not using the Next adapter for trpc. Instead I use the base react adapter.
Here's an example, although its from an expo project. But the client setup is exactly the same across all of my projects:
https://github.com/Pridestalkerr/expo-chat-t3e-turbo/blob/main/apps/mobile/src/utils/trpc.tsx
Now, the big issue with this is that I haven't been able to get it to work inside server components, so if you're working with the app router it might not be what you're looking for.
I am currently trying to get another express/nextjs project to work. I'll make sure to get back to you in case I am successful.
Best of luck!
6 replies