Hi Team, I gave a react app which has static folder. this static folder has a subfolder named js and within that i have my model.json file. this static folder is being served by out by nginx server when we make request for the path js/ .so in our code we have modelmanager.initialize('js/model.json')...