Clear app cache
in your terminal:
heroku run console --remote production
heroku run rails console -a powr
app = App.find(APP_ID)
app.flush_cache
in your terminal:
heroku run console --remote production
heroku run rails console -a powr
app = App.find(APP_ID)
app.flush_cache