grpc / grpc/grpc-web

for helloworld example, 503/(failed) NET ERR_INVALID_HTTP_RESPONSE

Open
#1,178 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
9.3k
Forks
802
Avg merge
1d 7h
Merged PRs (30d)
5

Description

I think envoy is proxy, it's ok when direct connect to 9090.

but error. 8080 is ok.

```javascript
var client = new GreeterClient('http://' + window.location.hostname + ':9090',
null, null);

```

![image](https://user-images.githubusercontent.com/9245110/147050557-8e97e00c-36d7-413d-831f-a294413984df.png)

Contributor guide

Open the contributing guide

Research direction

Start with the helloworld example and the GreeterClient endpoint shown in the issue, comparing requests through port 9090 with the working port 8080 path. Reproduce the browser error and inspect the Envoy proxy path and configuration involved; done means the example works through the intended proxy endpoint without NET_ERR_INVALID_HTTP_RESPONSE.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
api, networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.