I'm getting an error when deploying to Heroku after assets are compiled and the app is launched:
-----> Compiled slug size: 172.8MB
-----> Launching... done, v274
-----> Deploy hooks scheduled, check output in your logs
http://mysite.com deployed to Heroku
Auto packing the repository for optimum performance.
error: Could not read ddb3b2358b3ea331cea15b03a8657f929364ec8c
fatal: Failed to traverse parents of commit c30cd906cd578d9618a4605cefa6e55ac535b42e
error: failed to run repack
The deploys appear to be finishing and the newest Ruby code is deployed, but my latest JS changes are not being served. Any thoughts on what might be happening?