Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • 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
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

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

Content

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

Home page did not show any images or styling

Added by Joseprabu Inbaraj almost 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 almost 11 years ago

Thanks for documenting the issue and providing the solution!

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