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 flowed this tutorial to create a basic grpc server, but I keep receiving this error. I have no idea from where to start to debug it, since it's a generic error. Anyone has any ideas about where to start to validate it?
The files below are simplified, but on the originals all the imports are correct, all the function calls are correct, everything is correct and the code compiles. It never even reaches the AuthenticationController.Google.
Original error
grpc: error unmarshalling request: failed to unmarshal, message is *models.CreateAccountFromExternalProviderInput, want proto.Message
I flowed this tutorial to create a basic grpc server, but I keep receiving this error. I have no idea from where to start to debug it, since it's a generic error. Anyone has any ideas about where to start to validate it?
The files below are simplified, but on the originals all the imports are correct, all the function calls are correct, everything is correct and the code compiles. It never even reaches the
AuthenticationController.Google
.Original error
Versions
Postman
authentication.proto
pb.go
controller.go
server.go
"encoder" (or the thing returned by
getCodec
)Where
proto.Name
has the valueproto
The text was updated successfully, but these errors were encountered: