When pulling from the 1-auth-finished branch and then running npm install --legacy-peer-deps I can start the server with npm start normally and see the web page in the local host but when trying to sign in from the login page I get the following error:
[webpack-dev-server] [HPM] Error occurred while proxying request localhost:4200/api/login to http://localhost:9000/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
[webpack-dev-server] [HPM] Error occurred while proxying request localhost:4200/api/login to http://localhost:9000/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
When pulling from the
1-auth-finished
branch and then runningnpm install --legacy-peer-deps
I can start the server with npm start normally and see the web page in the local host but when trying to sign in from the login page I get the following error:Could it be a backend issue?