[Solved] Galaxy Meteor-1.8.1-beta.X deploy fails

Hi,

Has anyone got a deployment in Galaxy with the 1.8.1 beta version of Meteor?
It gives us an error in several versions of the beta, including the lastone, the number 20.

/app/bundle/programs/server/node_modules/fibers/future.js:280
/app/bundle/programs/server/node_modules/fibers/future.js:280
2019-03-01 07:53:24+01:00	throw(ex);
2019-03-01 07:53:24+01:00	^
2019-03-01 07:53:24+01:00
2019-03-01 07:53:24+01:00TypeError: Cannot read property 'constructor' of undefined
2019-03-01 07:53:24+01:00 at exposeSubscription (packages/meteorhacks_meteorx.js:61:41)
2019-03-01 07:53:24+01:00 at exposeLivedata (packages/meteorhacks_meteorx.js:31:5)
2019-03-01 07:53:24+01:00 at packages/meteorhacks_meteorx.js:175:1
2019-03-01 07:53:24+01:00 at packages/meteorhacks_meteorx.js:200:4
2019-03-01 07:53:24+01:00 at packages/meteorhacks_meteorx.js:208:3
2019-03-01 07:53:24+01:00 at /app/bundle/programs/server/boot.js:419:36
2019-03-01 07:53:24+01:00 at Array.forEach (<anonymous>)
2019-03-01 07:53:24+01:00 at /app/bundle/programs/server/boot.js:228:19
2019-03-01 07:53:24+01:00 at /app/bundle/programs/server/boot.js:479:5
2019-03-01 07:53:24+01:00 at Function.run (/app/bundle/programs/server/profile.js:510:12)
2019-03-01 07:53:24+01:00 at /app/bundle/programs/server/boot.js:478:11
2019-03-01 07:53:24+01:00	throw(ex);
2019-03-01 07:53:24+01:00	^
2019-03-01 07:53:24+01:00
2019-03-01 07:53:24+01:00TypeError: Cannot read property 'constructor' of undefined
2019-03-01 07:53:24+01:00 at exposeSubscription (packages/meteorhacks_meteorx.js:61:41)
2019-03-01 07:53:24+01:00 at exposeLivedata (packages/meteorhacks_meteorx.js:31:5)
2019-03-01 07:53:24+01:00 at packages/meteorhacks_meteorx.js:175:1
2019-03-01 07:53:24+01:00 at packages/meteorhacks_meteorx.js:200:4
2019-03-01 07:53:24+01:00 at packages/meteorhacks_meteorx.js:208:3
2019-03-01 07:53:24+01:00 at /app/bundle/programs/server/boot.js:419:36
2019-03-01 07:53:24+01:00 at Array.forEach (<anonymous>)
2019-03-01 07:53:24+01:00 at /app/bundle/programs/server/boot.js:228:19
2019-03-01 07:53:24+01:00 at /app/bundle/programs/server/boot.js:479:5
2019-03-01 07:53:24+01:00 at Function.run (/app/bundle/programs/server/profile.js:510:12)
2019-03-01 07:53:24+01:00 at /app/bundle/programs/server/boot.js:478:11

Thanks

You should open an issue on the meteor github

Yes, for sure, I have opened it now. I wanted to be sure that it was not a common or known failure.
Thanks

Updating to the latest version of the meteor-apm-agent package has fixed the error. It does not depend on meteorx.