Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support
  • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu
Support Installation & Updates
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. Support Installation & Updates
  5. Home page did not show any images or styling

Home page did not show any images or styling

Added by Joseprabu Inbaraj about 11 years ago

After installing openproject, when I ran it in production mode, the home page came up, but with no images or styling. It had simple html controls and texts.

To resolve this issue, I made the following change to production.rb file in /config/environments/production.rb

  1. Disable Rails’s static asset server (Apache or nginx will already do this)
    #config.serve_static_assets = false # Commented out above line to make the value as true
    config.serve_static_assets = true

[Found this fix in a different thread as part of a resolution for a different problem. Since it helped me in resolving this specific problem I faced, felt this is worth being recorded in a thread/message of its own.]


Replies (1)

RE: Home page did not show any images or styling - Added by Philipp Tessenow about 11 years ago

Thanks for documenting the issue and providing the solution!

  • (1 - 1/1)
Loading...