Reputation: 133
I need help for i am develop the meteor Js app, it is working on local meteor but after deploy the app it is not showing the web page ,it shows empty page .I had checking load the entire code but not showing the page.Please how to solve this problem.
My app url is: hcaresample.meteor.com
Upvotes: 0
Views: 386
Reputation: 7680
The browser console shows this error:
Uncaught Error: There are multiple templates named 'clientRow'. Each template needs a unique name.
Apparently you have defined this template in two places.
Upvotes: 1