Hi there,
I had the same problem while ago... check this out:
https://community.nodebb.org/topic/11319/v1-6-0-suspected-nginx-problem/20
NodeBB Offline help
-
Hello, I have a nodebb forum on my private network and there is no internet, so I need to delete the dependencies of font.googleapis.com because the forum slows me down. Can someone help me?
-
What version are you on? That font was removed recently.
-
@PitaJ NodeBB v1.10.2
-
Please try upgrading to the latest version
-
-
If possible you'll need to connect to the internet again to update to the latest version.
Alternatively you can delete the font requirement from the persona theme header.tpl
-
I already deleted them but it is still slow to load, I can not update it, there is no internet in it, could I create the local assets that I believe? any ideas.
-
If you deleted the line in the Persona theme, just run
./nodebb build tpl && ./nodebb restart
, and that should be it.