Well... If you already have NodeBB running on port 80 without nginx/Apache proxy, then you can not assign another service on the port as well. I recommend you to set up an nginx/Apache proxy for NodeBB and create virutal hosts for each service you want to run on port 80 (this way you can run multiple services/sites on port 80).
SOLVED "Recent cards" not working, NodeBB 1.4.5
-
Help me!
Translate google, sorry.
Noticed when upgrading to 1.4.5 on the running forum. Reproduced on the clean version 1.4.5. There is nothing suspicious in the logs. In the search here on the forum did not find anything.
Are there any ideas where to look for a mistake?
-
you need to use v 0.3.1 for nodebb v1.4.5
npm i nodebb-plugin-recent-cards@0.3.1 --save
-
@BuZz said in "Recent cards" not working, NodeBB 1.4.5:
you need to use v 0.3.1 for nodebb v1.4.5
npm i nodebb-plugin-recent-cards@0.3.1 --saveThanks!
It is working!