In the first rendering of react project, I am getting websocket connection failed error. For example:
WebSocketClient.js:16 WebSocket connection to 'wss://staging.web3.jobs:8080/ws' failed:
It is happening after I installed webpack in react project. I think the 8080 port has the problem.
Please let me know your thought. Thank!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @driftinglapisclam,
Check your Reverse Proxy configuration it might not be configured properly. I assume you are using Nginx and you’ve configured the proxy there, correct?
If you are having difficulties, you can post it here as well for us to see if there is anything that can be causing the issue.