Closed IsaacHub closed 5 years ago
Everything is working except signup, when I click signup button, I get 404 not found on both urls in config.js:
config.js
https://conduit.productionready.io/api http://localhost:3000
https://conduit.productionready.io/api
http://localhost:3000
I'm running nodejs backend with mongodb. mongoDB is running as a service in my windows machine. Should I need to configure anything in mongodb?
If I go to http://localhost:3000 in chrome I got this {"errors":{"message":"Not Found","error":{"status":404}}}
{"errors":{"message":"Not Found","error":{"status":404}}}
It's working.. I had to change to http://localhost:3000/api
http://localhost:3000/api
Everything is working except signup, when I click signup button, I get 404 not found on both urls in
config.js
:https://conduit.productionready.io/api
http://localhost:3000
I'm running nodejs backend with mongodb. mongoDB is running as a service in my windows machine. Should I need to configure anything in mongodb?
If I go to
http://localhost:3000
in chrome I got this{"errors":{"message":"Not Found","error":{"status":404}}}