grpc_stream-medium
grpc_stream-medium copied to clipboard
Cloning To Windows Gives "Failed to load resource: net::ERR_CONNECTION_REFUSED"
Process:
- Start up Envoy
- Run the Go server
- Run the React app
Error code: Failed to load resource: net::ERR_CONNECTION_REFUSED
Any ideas?
Most probably the connection between envoy and client is failing
I have the same problem. Did you solve it?
I did not
Sorry guys just seeing this let me see if I can replicate it tonight / tomorrow and will post the findings here
@austincollinpena It will be helpful if you can share the configurations.
I ended up abandoning the project, apologies but you'll have to get someone else who has the same issue to help
Yeah I'm not able to replicate this. Will you be able to provide a more descriptive error message ? Maybe a screen shot or something ? @delaprada
Hi I'm getting the same issue when I try to replicate, I get from the browser
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:8000/sensors.Sensor/TempSensor. (Reason: CORS request did not succeed).
@fmr999 Set the cors headers in envoy. You can refer to the config here for more details. https://stackoverflow.com/a/62905330/7494233