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

Running the backend #6

Open
joshleetufts opened this issue Oct 15, 2017 · 0 comments
Open

Running the backend #6

joshleetufts opened this issue Oct 15, 2017 · 0 comments

Comments

@joshleetufts
Copy link
Collaborator

I got the following error when running "npm start" from the backend directory on localhost:5000.

TypeError: Parameter "url" must be a string, not undefined
at Url.parse (url.js:87:11)
at Object.urlParse [as parse] (url.js:81:5)
at module.exports (/Users/JoshLeeTufts/jumbocode/PeopleMakingADifference/Backend/node_modules/mongodb/lib/url_parser.js:16:23)
at connect (/Users/JoshLeeTufts/jumbocode/PeopleMakingADifference/Backend/node_modules/mongodb/lib/mongo_client.js:486:16)
at Function.MongoClient.connect (/Users/JoshLeeTufts/jumbocode/PeopleMakingADifference/Backend/node_modules/mongodb/lib/mongo_client.js:250:3)
at /Users/JoshLeeTufts/jumbocode/PeopleMakingADifference/Backend/index.js:15:25
at Layer.handle [as handle_request] (/Users/JoshLeeTufts/jumbocode/PeopleMakingADifference/Backend/node_modules/express/lib/router/layer.js:95:5)
at next (/Users/JoshLeeTufts/jumbocode/PeopleMakingADifference/Backend/node_modules/express/lib/router/route.js:137:13)
at Route.dispatch (/Users/JoshLeeTufts/jumbocode/PeopleMakingADifference/Backend/node_modules/express/lib/router/route.js:112:3)
at Layer.handle [as handle_request] (/Users/JoshLeeTufts/jumbocode/PeopleMakingADifference/Backend/node_modules/express/lib/router/layer.js:95:5)

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

1 participant