[SOLVED] Cordova app error after upgrade Meteor from 2.4 to 2.7.1

I had upgrade Meteor to 2.7.1 version, all is right except mobile app, now can’t show login form.
I tried to run on emulator, log is:
"Uncaught TypeError: Cannot read property 'public' of undefined", source: http://localhost:12544/__cordova/packages/accounts-ui-unstyled.js?hash=....

My cordova-plugins is:

cordova-plugin-androidx-adapter@1.1.3
cordova-plugin-app-version@0.1.9
cordova-plugin-camera@5.0.3
cordova-plugin-device@2.0.3
cordova-plugin-dialogs@2.0.2
cordova-plugin-file@6.0.2
cordova-plugin-geolocation@4.0.2
cordova-plugin-inappbrowser@5.0.0
cordova-plugin-keyboard@1.2.0
cordova-plugin-local-notification@0.9.0-beta.3
cordova-plugin-media-capture@3.0.3
cordova-plugin-remove-googleservices@0.1.1
cordova-plugin-splashscreen@5.0.4
cordova-plugin-statusbar@2.4.3
cordova-plugin-vibration@2.1.5
cordova-plugin-video-editor-fixed@1.1.6
cordova.plugins.diagnostic@4.0.11
phonegap-plugin-push@2.3.0

Anyone have this issue ?

Possible that Meteor.settings is not defined

thanx @rjdavid ,
I can’t solve this, I look on all code but I can’t find any solution…

update:
seems the problem is “E chromium: [ERROR:filesystem_posix.cc(62)] mkdir /data/user/0/cloud.my-app.com/cache/WebView/Crashpad: No such file or directory”, I have to indagate…
If someone have advices… :slight_smile:

So, I resolve it myself.
I have 2 plugin installed than now not longer needed “accounts-ui” and “accounts-ui-unstyled”, it make problems.
Remove this 2 plugins all goes to works !