@baris Your solution was confirmed working for my plugin. Thank you Sir.
esfandiar
Posts
-
async/await migration issue: Data doesn't reach the plugin after a socket emit -
Upgrade to 1.17.2 and cluster configurtaionThank you so much for confirming this. Since my config was working before, I changed my focus only to network and found the issue.
In my nginx config I had:
listen 80 listen 443 default ssl
Miraculously this had worked for last four years without issue. My server has 4 nic cards and nginx was listening to the wrong interface.
Modified nginx config to bound it to the right ip:port to solve the issue.Happy to be back on-line and thanks for your support.
-
Compatibility issue NodeBB 1.x.x??I am trying install charts plug-in but doesn' look like it's working.
Here is my log information:
10/5 08:11 [7728] - warn: [plugins/load] The following plugins may not b
e compatible with your version of NodeBB. This may cause unintended behaviour or
crashing. In the event of an unresponsive NodeBB caused by this plugin, run./ nodebb reset -p PLUGINNAME
to disable it.- nodebb-plugin-charts
- nodebb-plugin-spam-be-gone
Using given the metadata in example in the body of post simply does not interpret and appears as the text data.
Any idea?
Thanks.