Did you even read what I said? I wasn't saying that WordPress is worse than NodeBB or anything like that. I said that it's nonsensical to expect to be able to move from forum software with categories, topics, posts, replies, chats, etc to a blog system which doesn't even have built-in comments AFAIK.
[Solved] No content or functionality in NodeBB after setup.
-
/nodebb.min.js
@julian I get:
"use strict";var io="undefined"==typeof module?{}:module.exports;if(function(){if(function(t,e){var n=t;n.version="0.9.16",n.protocol=1,n.transports=[],n.j=[],n.sockets={},n.connect..
etc at that address.I cloned the code from git, so its from the master repo.
-
I ran the same procedure on Xubuntu and MacOS, same result.
-
Thanks @ezra-sharp -- looks like the latest version is unstable, looking into it now.
-
For the record, I get similar yet little different errors
TypeError: io is undefined nodebb.min.js:8
TypeError: ajaxify is undefined kos.ddns.info:320
ReferenceError: templates is not defined nodebb.min.js:8
TypeError: socket is undefined footer.js:3
-
@tedr56 @ezra-sharp
./nodebb dev
will work in a pinch while I get this fixed.You can also go back to this revision
git reset --hard 033c5d572647986948c3b6be530afc27f04696e5
-
@julian awesome
good job.
-
Should be fixed in latest version. Thanks for spotting it @tedr, @ezra-sharp
-
I'm sorry to bring bad news, but my errors may have not the same origins.
TypeError: io is undefined nodebb.min.js:8
TypeError: ajaxify is undefined kos.ddns.info:320
ReferenceError: templates is not defined nodebb.min.js:8
TypeError: socket is undefined
What I don't understand is I cant find this famous nodebb.min.js anymore but still getting errors from it
Is this normal?
-
Indeed it is
It is no longer an actual file, but one that only exists in memory after NodeBB starts. If you navigate to
/nodebb.min.js
, what do you see? -