On one nodeBB instance I get undefined at the end of the list, and not on other instance.
55e078e1-6376-4d7d-8061-f18091bf3bcd-image.png
Messed up on my end. Mostly the site hangs and I have to force reload before it shows the full page. On Chrome Web console, I get:
WebSocket connection to 'ws://forum.linuxbsdos.com/socket.io/1/websocket/Zs91CdJ09UNyJSkglTmX' failed: Unexpected response code: 502 http://forum.linuxbsdos.com/
Uncaught TypeError: object is not a function
I see it how it is in the second screenshot (as I'm using Chrome)... I am seeing it not ajaxify between pages properly...
Dev mode: ./nodebb dev
Then take a look at the web inspector and let me know what shows up when you switch pages.
Oh, while you're at it... try this:
/public/templates
folder, it will be regenerated on restartMessages from the Web console of FF 28 when moving from page to page.
Firefox can't establish a connection to the server at ws://forum.site.com/socket.io/1/websocket/SR0lQK_OJLDCEwYiuhMO. socket.io.js:2
Use of getPreventDefault() is deprecated. Use defaultPrevented instead. nodebb.min.js:2
Empty string passed to getElementById(). nodebb.min.js:1
Empty string passed to getElementById(). nodebb.min.js:1
Empty string passed to getElementById(). nodebb.min.js:1
Empty string passed to getElementById(). nodebb.min.js:1
Empty string passed to getElementById().
And if it helps, here's a screenshot of the files associate with the errors.