-
Hello, I've just started using this gem for a new project, but I face an issue when deploying to Heroku. My app is split between a client-bundle and a server-bundle (SSR). On local, I don't face any issue but on Heroku I cannot get the client-app to work, while the SSR one does. In the logs, we can see that the compilation failed:
Also saw the suggestions: Not sure what could have gone wrong here, would greatly appreciate some help for this one. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Please check Shakapacker docs for deployment.
Let us know if you still have an issue. |
Beta Was this translation helpful? Give feedback.
Wait!
Which version of Shakapacker do you use? It seems you are using
7.0.0.rc.0
, which has this bug! If you still want to use pre-released version 7, please ensure you use the latest code on the master branch.We are running the last round of tests before making the final release.