messenger-javascript icon indicating copy to clipboard operation
messenger-javascript copied to clipboard

$scope.mesibo.setDatabase is not a function

Open sanmiguel2019 opened this issue 5 years ago • 1 comments

I downloaded the new version and it's not working at all. index.html and popup.html have the same errors:

Uncaught TypeError: $scope.mesibo.setDatabase is not a function
    at b.$scope.initMesibo (controller.js:675)
    at HTMLDocument.<anonymous> (popup.html:250)
    at j (jquery-1.11.1.min.js:2)
    at Object.fireWith [as resolveWith] (jquery-1.11.1.min.js:2)
    at Function.ready (jquery-1.11.1.min.js:2)
    at HTMLDocument.J (jquery-1.11.1.min.js:2)

sanmiguel2019 avatar Apr 21 '20 11:04 sanmiguel2019

Ensure that you perform a hard reload. In your case, the previous version of API is being picked up from the browser cache.

mesibo avatar Apr 21 '20 12:04 mesibo