MongoDB and Mongoose - TIME OUT

Tell us what’s happening:

Describe your issue in detail here.
There are two records in my console and in my DB. I don’t get an error, but a TEST TIMED OUT. I’m using async-await since Model.create() returns a promise. Why is it timing out if there is an async–await on it?

###Your project link(s)

solution: http://localhost:3000

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36

Challenge Information:

MongoDB and Mongoose - Create Many Records with model.create()

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.

We have to see your code. Post a GitHub repo.


You can’t share localhost to the outside world, it is a local address on your system. It works with the tests but we can’t connect to it.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.