Saturday 20 March 2021

Appflow Deploy plugin causing error: 'uncaught (in promise) string resource id #0x0' in Ionic Capacitor project

Whenever I remove the "cordova-plugin-ionic": "5.4.7" from package.json, the error goes away and the platform.ready() fires correctly. I have tried removing then running the command 'ionic deploy add' according to the Appflow docs, but it just re-adds the plugin to the package.json.

I need to get rid of this error because it messes with the device ready event, causing the functions inside it to not run. My quick fix was to call the functions outside the platform.ready but it is not a true fix. Been searching for this for quite a while now.



from Appflow Deploy plugin causing error: 'uncaught (in promise) string resource id #0x0' in Ionic Capacitor project

No comments:

Post a Comment