Meteor.startup is not working

Hello everyone, I have some problems with Meteor.startup on clients while running the applications, it’s not working or even start. Does anyone have the solutions for that?
Thank you

Where do you place the Meteor startup codes? Make sure Meteor loads that file on start.

I put in init.js in Client

…and is init.js being loaded? where in you app structure do you have init.js? show us the relevant code…

It is in the packages.json

Hi,

You should share code snippet.