Hi,
i have built an app with android support. The server is deployed to meteor galaxy. Earlier i had my server running on aws but now i’m testing Galaxy for this.
Anyway, when i do meteor build
meteor build --debug --mobile-settings settings-development.json /ouotputdir --server https://myserver.com
the debug.apk is built fine but after installing it to my phone, the app is stuck in splash screen. Earlier i got this working but was Meteor version 1.5.something, now I updated to 1.6.1
Chromium debug says:
d15704abf12f1f3e64e0d9bb3c7222a3c15ac807.js?meteor_js_resource=true:13 Uncaught Error: Cannot find module 'es5-shim/es5-shim.js’
at c (d15704abf12f1f3e64e0d9bb3c7222a3c15ac807.js?meteor_js_resource=true:13)
at e (d15704abf12f1f3e64e0d9bb3c7222a3c15ac807.js?meteor_js_resource=true:13)
at cordova.js (d15704abf12f1f3e64e0d9bb3c7222a3c15ac807.js?meteor_js_resource=true:83)
at a (d15704abf12f1f3e64e0d9bb3c7222a3c15ac807.js?meteor_js_resource=true:13)
at e (d15704abf12f1f3e64e0d9bb3c7222a3c15ac807.js?meteor_js_resource=true:13)
at d15704abf12f1f3e64e0d9bb3c7222a3c15ac807.js?meteor_js_resource=true:83
at d15704abf12f1f3e64e0d9bb3c7222a3c15ac807.js?meteor_js_resource=true:clock830:
es5-shim npm-module is installed.
I have no clue what to do here, so could you help me please?
Thank you!