Web-interface broken (javascript error) after upgrade to v.247

Upgraded the Flukso to version 247. Since then I only get Flukso menu without being able to open any page (fails with IE11, Firefox 44 and Chrome 48).
I tried already a downgrade to v245 and re-upgrade to v247; but still same problem...
IE 11 debugger output:
SCRIPT1015: Unterminated string constant
File: angular.min.js, Line: 250, Column: 679
Chrome debugger output:
Uncaught SyntaxError: Unexpected token ILLEGAL
angular.min.js:250
None of the browser seems to be able to read the end of the "angular.min.js" javascript.
Subsequent java scripts (e.g.main.js, mqtt.js...) fail on "Uncaught ReferenceError: angular is not defined" or "Uncaught TypeError: Cannot read property 'module' of undefined".
Has anybody an idea how to fix this ?

diebrecht.debakker's picture

Hey, did you manage to fix this issue? I'm facing the same problem...

Kind regards,

Diebrecht

gebhardm's picture

Clear browser cache(s) and reload - if such a message occurs then the browser is not capable to deal with all the javascript libraries loaded over time; this is a frontend issue, no issue of the Fluksometer... Welcome to the happy world of internet programming...