Used the below command as temporal fix for now...
Will upgrade when next stable is released
$ cp node_modules/socket.io-client/socket.io.js node_modules/socket.io-client/
Used the below command as temporal fix for now...
Will upgrade when next stable is released
$ cp node_modules/socket.io-client/socket.io.js node_modules/socket.io-client/
Hello!
I just did a fresh install of NodeBB and i am getting two issues.
First i cannot login due to Invalid CSRF Token
and Browser console displaying errors
nodebb.min.js?f2c543ff-5779-45b5-b067-613749585aaf:8 Uncaught ReferenceError: io is not defined
at http://forum.zarfundbeast.com/nodebb.min.js?f2c543ff-5779-45b5-b067-613749585aaf:8:13946
at http://forum.zarfundbeast.com/nodebb.min.js?f2c543ff-5779-45b5-b067-613749585aaf:8:15593
sounds.js?v=f2c543ff-5779-45b5-b067-613749585aaf:11 Uncaught TypeError: Cannot read property 'on' of undefined
at http://forum.zarfundbeast.com/src/modules/sounds.js?v=f2c543ff-5779-45b5-b067-613749585aaf:11:8
at Object.execCb (http://forum.zarfundbeast.com/nodebb.min.js?f2c543ff-5779-45b5-b067-613749585aaf:7:375)
at w.check (http://forum.zarfundbeast.com/nodebb.min.js?f2c543ff-5779-45b5-b067-613749585aaf:6:26583)
at w.<anonymous> (http://forum.zarfundbeast.com/nodebb.min.js?f2c543ff-5779-45b5-b067-613749585aaf:6:28821)
at http://forum.zarfundbeast.com/nodebb.min.js?f2c543ff-5779-45b5-b067-613749585aaf:6:21093
at http://forum.zarfundbeast.com/nodebb.min.js?f2c543ff-5779-45b5-b067-613749585aaf:6:29252
at y (http://forum.zarfundbeast.com/nodebb.min.js?f2c543ff-5779-45b5-b067-613749585aaf:6:20653)
at w.emit (http://forum.zarfundbeast.com/nodebb.min.js?f2c543ff-5779-45b5-b067-613749585aaf:6:29223)
at w.check (http://forum.zarfundbeast.com/nodebb.min.js?f2c543ff-5779-45b5-b067-613749585aaf:6:27135)
at w.enable (http://forum.zarfundbeast.com/nodebb.min.js?f2c543ff-5779-45b5-b067-613749585aaf:6:29121)
How can i fix These Issues Please...