jaewonhimnae / boilerplate-mern-stack

Boilerplate when you use REACT JS, MONG DB, EXPRESS JS, REDUX
524 stars 398 forks source link

"CAN'T SIGN IN" and "CAN'T UPLOAD IMAGES" #30

Open icatalyse opened 4 years ago

icatalyse commented 4 years ago

PLEASE I NEED HELP!!!!!!!!!!!

first i can't sign in, so i just clicked on 'sign in' and then clicked on 'forgot password'. this way i got to see the development.

whenever i try to upload an image i get this log on my terminal

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

AWAIS97 commented 3 years ago

change the port from 5000 to something else (I just did 8080) on your local /.env file

I think port 5000 was conflicting with something else running on my machine, probably the same for you.