spring-cloud-dataflow-ui icon indicating copy to clipboard operation
spring-cloud-dataflow-ui copied to clipboard

Problem with proxy

Open PetrGGG opened this issue 5 years ago • 1 comments

Hello!

I did what was written in https://github.com/spring-cloud/spring-cloud-dataflow-ui#building-the-project-using-npm, сompiled successfully. Then tried "npm start" and have "[HPM] Error occurred while trying to proxy request /security/info from localhost:4200 to http://localhost:9393/ (ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors)". What can i do wrong?

I have: Node.js 12.18.2 npm 6.14.5 Angular CLI: 10.0.3 Win10x64 v1909

Thank you in advance!

PetrGGG avatar Jul 22 '20 11:07 PetrGGG

You probably need to start the SCDF server as well. UI talks to it via a proxy...

BoykoAlex avatar Jul 22 '20 14:07 BoykoAlex