starport/services/chain/grpcweb_proxy.go we are using grpc.WithCodec and grpc.CustomCodec methods which are deprecated functions.
We can't update to the new grpc.WithDefaultCallOptions(grpc.ForceCodec(_)) method because proxy.Codec() doesn't fully implement the interface.
We may need to use another proxy or create an issue on https://github.com/mwitkow/grpc-proxy