-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NoMethodError: undefined method 'digest_path' for nil:NilClass #154
Comments
I could track down the basic issue for you. The recent release of sprocket-rails 3.3.0 and later introduce a change in the asset pipeline which results in your mentioned problem (there are some more issues connected to this). Pinning sprockets-rails to 3.2.2 in the plugin/redmine Gemfile resolves the issue in my test setup at least for the asset precompile step and may serve as hotfix. I hadn't have the time to check if everything else is working. In the long term (depending how the asset compiling is handled in sprockets-rails/sprockets) we may need to overhaul the asset compilation to prevent pinning. |
Thanks a lot, it help! |
As a temporary quick fix for us, we've changed the file:
and replaced the line
with
|
We had the same issue with Redmine 4.1.7 and Hourglass 1.2.0-rc1. The solution of @magefan worked. Thank you. |
Hey guys!
Please help with following error
Redmine version: 4.2.3.stable
Plugin version: 1.2.0-beta5
Other plugins installed: Redmine Tags plugin (Light version) 2.0.11
Operating system: ubuntu focal on docker
The text was updated successfully, but these errors were encountered: