I'm using Google Cloud EndPoints to access my GRPC server written in GoLang that run in Kuberkules. I was following the tutorial for here. Everythings is working but when i try to the a request i got this error
rpc error: code = NotFound desc = Method does not exist.
The EndPoint does not have the save URL has the one in my proto file , the have the package include in the name. Here is an exemple :
on the last request i change the value of the url in the generated protobuf file, it pass the endpoint but my server dont recognize it ... I got this error instead :
rpc error: code = Unimplemented desc = unknown service client.WebRoute
It was working locally , this is probably an issue about the descriptor files needed to generate the endpoints.