You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was researching about other approaches but I started to somehow run in circles... I also used the examples provided within these packages so my code looks similar and still has the same error. By this point, I assume the generated gRPC proto files are correct (also the command for generating files is taken from the examples).
The gRPC server is working as I verified it with BloomRPC and a simple Rust client - both can easily send the testConnection command and get a response.
Hey everyone and sorry if I am asking noobish questions as I am quite new to all of this.
Anyways, I try to create a gRPC client with Vite, TS and Vue, by using the
protobuf-ts/grpcweb-transport
, but I get the following error constatly:The client code is currently also very simple, and goes something like this:
I was researching about other approaches but I started to somehow run in circles... I also used the examples provided within these packages so my code looks similar and still has the same error. By this point, I assume the generated gRPC proto files are correct (also the command for generating files is taken from the examples).
The gRPC server is working as I verified it with BloomRPC and a simple Rust client - both can easily send the
testConnection
command and get a response.Hope you can help me out here.
Package versions:
The text was updated successfully, but these errors were encountered: