nodebb-plugin-dbsearch
nodebb-plugin-dbsearch copied to clipboard
Changing language is not saved
When I try to change the language in the admin plugin panel, the language is not saved. This seems to happen because an error occurs during reindexing at: https://github.com/barisusakli/nodebb-plugin-dbsearch/blob/53a18802615064bc4ca4f3b773c0e3c3cdadf8ed/lib/dbsearch.js#L619
It thus never reaches the second line and never saves the language. Though looking at the Mongo process it seems the indexing is continuing and thus working.
The error I get back:
I'm trying to change the language from english
to german
.