jonast
Getting nitro adapter to work
I'm struggling to get my trpc procedures to work using the nitro adapter: https://github.com/michealroberts/trpc-nitro-adapter
I followed the steps here to install nitro:
npx giget@latest nitro nitro-app --install
and added the adapter as described here with a router like this:
But when using trpc-playground or calling GET /trpc/hello , I get an error saying TRPCError: No "query"-procedure on path "trpc/hello"\n at callProcedure
2 replies