@baris He said he uses 1.4.5 and Chrome in Mac OS.He tried to destroy his friend's experimental community,and then my friend's forum throwed an error:(See the image)
0_1492190618361_-219a3516140dd67a.png
Hi,
Continuously getting folowing errors
1..Uncaught SyntaxError: Unexpected identifier(anonymous function)(nodebb.min.js:15688)
2..Uncaught Error: Load timeout for modules: csrf,forum/footer
These errors are occurred only on google chrome version 43.0.2357.81. that is latest one.
We have tried to test same website on browser stack on google chrome different versions
and also tested on Windows8 VM on Chrome 40 but not getting any errors.
These errors are not into our code in fact that is into minified code of actual nodebb website.
Is there idea why these errors are getting introduced on latest version of Chrome only?
Any help is appreciated!!
Thanks
Are you getting these errors on this site as well?
Thanks for the reply.
No, We are not getting any error on https://community.nodebb.org site.
We are getting error on fresh installation of NodeBB 0.6.1 and 0.7.0 version, Which we downloaded from your github repository.
Hi,
More information related to this issue, This issue is occurs when 'nodebb.min.js' is minified.
Screenshot of version 0.6.1 error on chrome 43:
Screenshot of version 0.7.0 error on chrome 43:
Above error is due to the minification of JS.
When minification of JS is off there will be no ERROR:
Thanks.
Yeah I think this is the same issue as https://github.com/NodeBB/NodeBB/issues/3200. Only happens when javascript is minified.