You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Since I am am not running mongodb locally, I have created a db on my mlab account and am trying to seed it via the ./node_modules/.bin/rest-hapi-cli seed <my mlab db URI> command. Collections are created successfully, but data is not seeded, as there is an error.
To Reproduce
Steps to reproduce the behavior:
Create an mlab account, create a test database and database user. Obtain the URI to access it.
Clone the test repo as per the quickstart
Try seeding the mlab database using the URI obtains in (1)
See error
Expected behavior
Mlab database would be created and collections would be seeded
Actual Behavior
The follow error occurs:
"MongoError: password cannot be empty"
Desktop (please complete the following information):
OS: Windows 7 x64
terminal
The text was updated successfully, but these errors were encountered:
Describe the bug
Since I am am not running mongodb locally, I have created a db on my mlab account and am trying to seed it via the
./node_modules/.bin/rest-hapi-cli seed <my mlab db URI>
command. Collections are created successfully, but data is not seeded, as there is an error.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Mlab database would be created and collections would be seeded
Actual Behavior
The follow error occurs:
"MongoError: password cannot be empty"
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: