.sathi
TTCTheo's Typesafe Cult
•Created by ippo on 5/22/2023 in #questions
tRPC - Express - Next.js boilerplate
In my code express is actually ignored and never call by express so the api is not started. Though the trpc middleware setup does not block next either
7 replies
TTCTheo's Typesafe Cult
•Created by ippo on 5/22/2023 in #questions
tRPC - Express - Next.js boilerplate
I checked your code but i can't figure out how next is started and how your express server (in
server.ts
file) is started ? Did you start the server manually with node /path/to/server.js
or just next dev
?7 replies
TTCTheo's Typesafe Cult
•Created by Ayush Goyal on 8/19/2023 in #questions
TrPC + Express + Next 13
Hey ! Did you manage to make it work ? I'm doing it as well and it's a bit painfull
3 replies