louischatriot / mongo-edit

A simple REST gui for MongoDB
228 stars 32 forks source link

When schema changes, the middleware getting all collections names makes the app crash. #12

Closed louischatriot closed 11 years ago

louischatriot commented 11 years ago

Upon restart it works again. Simplest fix would be a restart if names can't be fetched.

louischatriot commented 11 years ago

Fixed (was crashing if mongodb was restarted and not mongo edit, now mongo edit automatically reconnects).