Deploying 4.0.0.beta15 to Heroku #8583
yang-gojuly
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It was failing with the following error:
So, hacky way to fix is it get the path by issuing
bundle show activeadmin
after running bash on heroku with this command,heroku run bash
like the following.And changing this line
to this:
However, it's not exactly a solution, because even though depolyment is successful, css still looks wonky, especially svg icons......
If anyone has successfully deployed to Heroku, please let me know.
Beta Was this translation helpful? Give feedback.
All reactions