Reputation: 39
While trying to initialize JSONStore in IBM MobileFirst 7.1 CLI project that use
the cordova-plugin-mfp-jsonstore
, I am getting this error,
Uncaught Error: Failed to call WL.JSONStore.init because JSONStore is
missing in the application. Add JSONStore to the application descriptor,
rebuild and deploy it.
at Object.init (worklight.js:11414)
at JSONStoreHelper.initCollection (jsonstore-helper.js:30)
at JWTokenManager.initializeTokenStore (jwtoken-manager.js:26)
at wlCommonInit (index.js:20)
at Object.wlInit [as onSuccess] (worklight.js:8136)
at finalizeInit (worklight.js:7418)
at __WLClient.init (worklight.js:8471)
at HTMLScriptElement.mfpready (bootstrap.js:45)
MobileFirst CLI version is 7.1.0.00.20170421-0734
. Have anyone faced the same? Thanks.
Upvotes: 0
Views: 113