You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2018. It is now read-only.
I have it working on one of my heroku instance, with neither config.assets.initialize_on_precompile = true or the lab enabled, but my other instance won't show the button either..
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It's working locally but can't make it work in heroku. upload button doesn't show up.
I tried
config.assets.initialize_on_precompile = true
and
config.assets.initialize_on_precompile = false
I have all the AWS settings correct (it works locally).
I enabled the heroku lab feature with
heroku labs:enable user-env-compile -a myapp
Can you help please? Thanks.
The text was updated successfully, but these errors were encountered: