This article on SendGrid is helpful. You do need to set up a separate MX record on a subdomain (or other domain) for inbound "parse" replies.
[nodebb-plugin-dbsearch] Erro invalid-tid
-
When i try to re-index the dbsearch (some content doesnt appear on the search) i get this error
"Erro invalid-tid"
but nothing shows on the nodebb log..
im using mongo 3.0.1, last git pull from today (master) and nodebb-plugin-dbsearch 0.2.4
-
You can check nodebb-plugin-dbsearch code for this error.
https://github.com/barisusakli/nodebb-plugin-dbsearch/blob/9b0bfdb3c035c985a84e3b21e07bcddc2ce37397/index.js#L207It simply means it doesn't support Portuguese orthography.
https://github.com/NodeBB/NodeBB/issues/1611
https://github.com/barisusakli/nodebb-plugin-dbsearch/issues/3 -
Try with 0.2.5 and let me know if it works.