Closed danielblignaut closed 3 years ago
Sorry I won't be able to debug your specific problem, but our CI testing has been testing a basic TypeScript example with no problem. Here's a starting point: https://github.com/grpc/grpc-web/blob/master/net/grpc/gateway/docker/ts_client/Dockerfile
For me, doing this works:
$ docker-compose build node-server envoy ts-client
$ docker-compose up node-server envoy ts-client
And then hit localhost:8081/echotest.html
.
Hi,
When I run my configuration set with:
the generated client stub doesn't seem to execute properly. I am using typescript and tried with import_style=typescript to no success either.
When I use
and I import the actualy typescript client that uses promises, my requests work as expected
code below:
to run:
npx ts-node ./index.ts