the Go output does have a method called ProtoMessage, the TypeScript output does not but even if I manually add this method to generated TypeScript the error is the exact same.
As far as I can tell no one is having this error but me, but I don't seem to have any ability to influence or debug it. Any sort of direction or suggestions are greatly appreciated thank you
I have a project relying on https://github.com/improbable-eng/grpc-web/, specifically:
https://github.com/improbable-eng/grpc-web/go/grpcwebproxy
As of today, I can no longer make calls through the proxy, I get this error stack:
How can I go about debugging why this is happening?
I'm using this service / proto message:
the Go output does have a method called ProtoMessage, the TypeScript output does not but even if I manually add this method to generated TypeScript the error is the exact same.
As far as I can tell no one is having this error but me, but I don't seem to have any ability to influence or debug it. Any sort of direction or suggestions are greatly appreciated thank you