triggerUncaughtException – Transform failed with 1 error: ERROR: The constant “UserServiceService” must be initialized
I am implementing a gRPC server with Node.js and TypeScript. I have generated my TypeScript types using the static gRPC approach (@grpc/grpc-js
, grpc-tools
, grpc_tools_node_protoc_ts
, @types/node
, @types/google-protobuf
). However, when trying to run my server, I get the following error: