We have received this error while deploying our application:
Error deploying application: Application is too large (maximum 367001600 bytes). Consider moving static assets to a separate static hosting service.
We don’t have any images. We haven’t added anything heavy either. The only change we have done is adding 3 JS files of few KBs.
However, we tried upgrading v1.8 of meteor to latest version a few weeks back. That failed with issues. We left it as it is at 1.8 and started development on 1.8 itself. This is the first push after our failed attempt of meteor upgrade. Not sure if there is a connection. Kindly advise as we aren’t able to push anything, now.
I just did a meteor bundle and it looks like the mega folder is programs/server/npm/node_modules it’s like 1GB uncompressed… I am trying to trawl through to see if any stand out as big…
I did updates puppeteer the other day. Wondering if any tricks here?
update - so I ran meteor npm i --production and this reduced the size of the NPM by removing the devDependencies. so I got around this. any other tricks welcome