-
Notifications
You must be signed in to change notification settings - Fork 467
cordova.file.dataDirectory calls fail #130
Comments
Can you print out in console value of the |
Now I'm outside so can't check it out. However the value of |
This is what I want to check :) If it's crashing because of it - most likely. |
I see, ok i'll let you know. |
Thanks |
Without the plugin I get Though when the chcp plugin is installed, I see this in the console: |
Initially the app loads fine. However seconds later (I guess when CHCP completes copying and loading from new location) it becomes empty white screen and the app doesn't come back with the error message ( |
Understood, thanks for the info. Will check it out. |
If it's failing because of Tried to use |
That's really weird. I don't think I'm doing anything special. I'll check it out and get back to you. |
Thanks. |
I am also have same problem after build using phonegap windows version. It show please give me solution for this |
@jeevaraj16 can you give me a step-by-step guide on how to reproduce that? Preferably with new project. Also, please, share info on what cordova version you are using, node version, ios/android. |
👋 Hi! Thank you for your interest in this repo. 😢 We are not using nordnet/cordova-hot-code-push anymore, and we lack the manpower and the experience needed to maintain it. We are aware of the inconveniece that this may cause you. Feel free to use it as is, or create your own fork. 🔒 This will now be closed & locked. ℹ️ Please see #371 for more information. |
Little bit of background. Using lokijs as frontend db and loki-cordova-fs-adapter as the persistence provider (a script that saves lokijs db to disk).
However, if I have cordova-hot-code-push plugin installed, then
cordova.file.dataDirectory
call in the script is failing and my app doesn't load.The text was updated successfully, but these errors were encountered: