Skip to content Skip to sidebar Skip to footer

Ibm Worklight 6.2 - Error On Storageplugin

I upgraded from Worklight 6.1.0.1 to 6.2 and since then, my app stopped loading JSONStore successfully. It says it can't find the class StoragePlugin, although the class is actuall

Solution 1:

We just verified that this is an actual defect, we will be fixing it. The quick fix is to change com.worklight.androidgap.plugin.storage.StoragePlugin to com.worklight.androidgap.plugin.StoragePlugin (remove the ".storage." part) and it will work again.


Post a Comment for "Ibm Worklight 6.2 - Error On Storageplugin"