CONGO JOHNNY DEPP
CONGO JOHNNY DEPP
TTCTheo's Typesafe Cult
Created by CONGO JOHNNY DEPP on 9/2/2024 in #questions
using gRPC with tRPC
I’m trying to make an api call to a third party api using gRPC (i generated protos for the api & then use grpc-js) inside a tRPC procedure (so approuter -> someprocedure), however I get the error that the underlying node http module is not found, indicating that perhaps it’s running on the browser side, which makes me think that I do not fully understand tRPC.. A simple example that replicates this issue here: https://github.com/trpc/trpc/discussions/5971
1 replies