Javascript Error in the latest code.
-
Hi,
I have downloaded the 0.6.1 and 0.7.0 version of nodebb from github repository
by using following commands.- git clone -b v0.6.1 https://github.com/NodeBB/NodeBB.git nodebb
- git clone -b v0.7.0 https://github.com/NodeBB/NodeBB.git nodebb
and install the NodeBB setup on ubuntu server.
While Running the 0.6.1 we get following errors :
1..Uncaught SyntaxError: Unexpected identifier(anonymous function)(nodebb.min.js:15688)
2..Uncaught Error: Load timeout for modules: csrf,forum/footer
http://requirejs.org/docs/errors.html#timeoutB (nodebb.min.js:12)
3..Uncaught SyntaxError: Unexpected string(nodebb.min.js:1518)While Running the 0.7.0 we get following errors :
- Uncaught SyntaxError: Unexpected token function(nodebb.min.js:12999)
These errors are not related to us but due these error user is not able to login or reply any comments.
Error occurred only on Chrome 43 latest version.
To reproduce issue please clear cache before hitting url or DISABLE cache through "Network" TABPlease let us know about how to resolved this issue.
Thanks!!!