Regression in 2.0.8: databaseName no longer working
ramicohen303 opened this issue · 2 comments
ramicohen303 commented
Until 2.0.7, sending the databaseName property was working properly. Starting with 2.0.8, the exception "Uncaught MongoError: database name must be a string" is thrown. Passing the database name in the Url parameter works fine like before.
Looks like the databaseName property is missing from the new archetype validation.
vkarpov15 commented
Fixed and released 2.1.1 👍
ramicohen303 commented
Thank you