cypress-example-conduit-app
cypress-example-conduit-app copied to clipboard
Need help for server request error.
hello,
I've cloned this repo & installed all the dependencies on the client, server directories. For running servers, I run commands npm start in both client & server. But whenever I'm running any cypress tests or doing signup/login in http://localhost:4100/. I'm getting this error: Debug: request, error, close on the server directory. Both servers http://localhost:3000, http://localhost:4100/ ran during the test & Please also see the screenshot for better understanding. Do I have to do any other steps or tasks for the server to works? Also, do I need to do any database setup/configuration for this?
Thanks in advance.