zodern / meteor-up

Production Quality Meteor Deployment to Anywhere
http://meteor-up.com/
MIT License
1.28k stars 279 forks source link

Local app OK, deployed app error? #1316

Open julianspink opened 2 years ago

julianspink commented 2 years ago

App working OK locally, mup deploy works, error with deployed app. Checked deployed Mongo data is OK.

Exception from Tracker recompute function: 66f4d19……_js_resource=true:1 TypeError: Cannot read properties of undefined (reading 'isPlaying') at n (66f4d19……urce=true:236:22921) at 66f4d19……urce=true:236:39650 at t._compute (66f4d19……ource=true:135:2279) at t._recompute (66f4d19……ource=true:135:2434) at Object.o._runFlush (66f4d19……ource=true:135:3443) at a (66f4d19……esource=true:1:3087)

Not sure where to look further - variable not initialised - could this be a timing issue? - or?  Mup version 1.5.8

Mup config { "servers": { "one": { "host": "1.2.3.4", "username": "root", "password": "password" } }, "app": { "name": "my-app", "path": "../", "servers": { "one": {} }, "buildOptions": { "serverOnly": true, "buildLocation": "/var/folders/by/py3s1b348xj4db0059bq1ln80000gp/T/mup-meteor-e1e679e5-606f-4cdf-ae31-cc47cff26ce4", "cleanBuildLocation": true }, "env": { "ROOT_URL": "http://subdomain.subdomain.host.com", "MONGO_URL": "mongodb://mongodb:27017/my-app", "MONGO_OPLOG_URL": "mongodb://mongodb/local" }, "docker": { "image": "zodern/meteor:root", "stopAppDuringPrepareBundle": true, "imagePort": 3000, "args": [ "--link=mongodb:mongodb" ] }, "enableUploadProgressBar": true, "type": "meteor" }, "mongo": { "version": "4.4.4", "servers": { "one": {} }, "dbName": "meteor-stopwatch-master" } } ✓ Config is valid