Force reload in client after the install of a new build in prod

when i proceed that way :

  • meteor build
  • kill the production node process
  • remove the old app and install the new one
  • run node

this lead to bad behaviors in browser, like white page, or ui do not react to inputs

what is the proper way ?

I do nothing and clients are auto reloaded. I think it’s built in feature of Meteor.

thanks for your reply, my issue seems indeed elsewhere (conditional import)

i have fixed my conditional import issue

but despite everything seems to works good now, when i kill node and install a new prod bundle, in an already opened browser the first use of my login box seems stalled

then i just reload the page and the next try works good, any clue about what could be wrong?

1 Like