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

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. Help Needed: Blank page after login with Docker implementation

Help Needed: Blank page after login with Docker implementation

Added by Stephen Nesbitt 11 months ago

All:

Absolutely tearing my hair out trying to get the 14.2-slim Docker container with docker compose functioning. The fundamental problem is that after logging on I get a blank page. I've opened a browser console and see js not found and not executable errors (See attached).

Setup is as follows:

  • docker image 14.2-slim

  • multiple container implementation (using provided docker-compose file with OPENPROJECT_HOST__NAME provided as an environment variable on the commandline.

  • Caddy reverse proxy in front transfering OPENPROJECT_HOST__NAME to localhost:8080.

Any help would be greatly appreciated.


Replies (3)

RE: Help Needed: Blank page after login with Docker implementation - Added by Pascal Delrot 10 months ago

Bonjour,

Having the same problem. Docker 14.1-slim update to 14.2-slim, last week.
Tried stop/start, pulling again, checks directories rights and ownership...

My .env file (untouched since 1 year) :

TAG=14-slim
OPENPROJECT_HTTPS=false
OPENPROJECT_HOST__NAME=openproject.domain.com
IMAP_ENABLED=false
PGDATA="/var/lib/postgresql/data"
OPDATA="/var/openproject/assets"

Any ideas ? I will try to solve this and post any solution found.

Best regards,
Pascal

RE: Help Needed: Blank page after login with Docker implementation - Added by Mark Chapman 10 months ago

Stephen Nesbitt wrote:

All:

Absolutely tearing my hair out trying to get the 14.2-slim Docker container with docker compose functioning. The fundamental problem is that after logging on I get a blank page. I've opened a browser console and see js not found and not executable errors (See attached compassmobiletree).

Setup is as follows:

  • docker image 14.2-slim

  • multiple container implementation (using provided docker-compose file with OPENPROJECT_HOST__NAME provided as an environment variable on the commandline.

  • Caddy reverse proxy in front transfering OPENPROJECT_HOST__NAME to localhost:8080.

Any help would be greatly appreciated.

Hi Stephen,

That sounds really frustrating. I've encountered similar issues before. One thing you might want to check is whether the static files are being correctly served. Sometimes, missing JS files can cause the blank page issue. Make sure your Docker container has the right permissions to access and serve these files. Also, double-check your Caddy reverse proxy configuration to ensure it's correctly forwarding requests. Hopefully, this helps, but let us know how it goes or if you find another solution!

RE: RE: Help Needed: Blank page after login with Docker implementation - Added by Pascal Delrot 8 months ago

Hello,

I'm still stuck with this issue. I made some progress today, as a new container I tried has the same problem.

The webpages are loaded, except images, CSS and scripts I think.

Here are screenshots of login webpages from my openproject instance and a fresh new hedgedoc instance created from their example.

The openproject instance is still backup normally everyday, stills not useable.

My server is an Alpine Linux, openproject and hedgedoc created from docker compose.

Even not direclty linked to openproject, do someone could advise me some things to check ? I'm guessing some user rights, but which ones for both dokers at a same time ?

Thanks in advance,

Pascal


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