I have application which I deployed on heroku server. I have a file
counter.txt which count the values.
It works fine on local host but when I run our app on heroku it value become zero after second time when I open our application online.
Any solution that keep my counter value as it is. and the vaule not become zero plz help me.