Andreas Helget
Andreas Helget
If using lazy-load i get the following error: ``` TypeError: url.indexOf is not a function at jQuery.fn.init.jQuery.fn.load (http://localhost:8080/bower_components/jquery/dist/jquery.js:9823:13) at HTMLImageElement. (http://localhost:8080/bower_components/slick-carousel/slick/slick.min.js:18:17138) at Function.each (http://localhost:8080/bower_components/jquery/dist/jquery.js:362:19) at jQuery.fn.init.each (http://localhost:8080/bower_components/jquery/dist/jquery.js:157:17) at g (http://localhost:8080/bower_components/slick-carousel/slick/slick.min.js:18:17078)...
When running in Universal Mode, google is not defined there should be a wrapper around the google lib access to check for platformIsBrowser. ``` ERROR ReferenceError: google is not defined...
When Taping into my mongodb i get the following error out of the sudden. Any Ideas how to debug this, as i have no clue which field could be non...