Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No connection could be made because the target actively refused it #3

Open
lcassano opened this issue Feb 25, 2021 · 1 comment
Open

Comments

@lcassano
Copy link

When I run the command "npm start" I get:

Compiled successfully!

You can now view real-time-tweet-streamer in the browser.

Local: http://localhost:3000
On Your Network: http://192.168.1.23:3000

Note that the development build is not optimized.
To create a production build, use npm run build.

[HPM] Error occurred while trying to proxy request /api/rules from localhost:3000 to http://localhost:3001 (ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors)

Any idea on what might cause the ECONNREFUSED and how can I fix it?

@seanconrad1
Copy link

@lcassano can you try just running npm run server and if that starts up run curl localhost:3001. If you get an HTML error back that's fine, we know it's running.
Then in a seperate terminal try running npm run client. After that the app should open up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants