madec-project / ezvis

A dashboard to visualize a synthesis on a structured corpus, using several charts (pies, histograms, ...)
https://ezvis.readthedocs.org/
17 stars 5 forks source link

Mongo 3 does not work #87

Closed parmentf closed 8 years ago

parmentf commented 8 years ago

When I use mongo 3 with ezvis, ezvis does not work as expected (this was a reported issue, without details).

Going back to mongo 2 does work.

Why?

parmentf commented 8 years ago

With mongo 3, the connectionURI should not have a trailing slash, though it works in mongo 2.

castor-core 2, the core of ezvis sets the connectionURI by default to mongodb://localhost:27017/castor/. Setting a correct connectionURI in ezvis' settings should fix the problem.

See the fix in castor-core 3.