spring-cloud-dataflow-ui
spring-cloud-dataflow-ui copied to clipboard
Problem with proxy
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!
You probably need to start the SCDF server as well. UI talks to it via a proxy...