grpc / grpc-web

gRPC for Web Clients
https://grpc.io
Apache License 2.0
8.59k stars 765 forks source link

hello world example,frontend visit backend,net::ERR_INVALID_HTTP_RESPONSE #1378

Closed xuleixie closed 2 months ago

xuleixie commented 11 months ago

image

sampajano commented 11 months ago

Thanks for reaching out :)

Do you mean check the HTTP response code and error message in your networking tab? It should help in identifying what's going wrong.

Also, for a preexisting demo, you can run:

docker-compose up --build node-server envoy commonjs-client

And check if that's working out for you. (And note the difference from that with your setup.)

sampajano commented 2 months ago

Closing for now due to inactivity. Feel free to reopen later with more details. Thanks! :)