proxyApp.use("/trpc/*", trpcServer({ router: appRouter, }) )
curl http://localhost:3000/trpc/getGreeting
{"error":{"message":"No procedure found on path \"2/getGreeting\"","code":-32004,"data":{"code":"NOT_FOUND","httpStatus":404, ... }}}
Join the Discord to ask follow-up questions and connect with the community
Move Fast & Break Nothing. End-to-end typesafe APIs made easy.
4,854 Members