Content
You are here:
Issues with OpenProject menues after installation.
Added by Alexandre Ponton over 10 years ago
I finally been able to install OpenProject this morning. However, all the menues seem to have issues.
When I click on a section of the top menu, it happen that the scrolling menu goes down but when it does and I try to reach it, it just disappear and I am not able to access anything.
Attached a screenshot
I tried with multiple browser without success.
Replies (3)
Hello Alexandre,
this usually happens if you run OpenProject with outdated assets. If you run OpenProject in development mode delete the ‘public/assets’ folder or run
rake assets:clean
If you run OpenProject in production mode run
RAILS_ENV=production bundle exec rake assets:precompile
Best
Ratzi
I am still having the same issue.
I used the stable branch and used RAILS_ENV=production
Any other possibility someone can think of ?
Thank you
Just to say that problem was solved by Alexandre himself
config.serve_static_assets = true
in config/environments/production.rb
See here https://www.openproject.org/topics/1251