Skip to content
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

Blank page after login #302

Closed
Gambler13 opened this issue Aug 24, 2018 · 2 comments
Closed

Blank page after login #302

Gambler13 opened this issue Aug 24, 2018 · 2 comments

Comments

@Gambler13
Copy link

Gambler13 commented Aug 24, 2018

I tried to setup Janus with the dashboard.
I used a custom Docker compose

version: '3.3'
services:
  janus:
    image: quay.io/hellofresh/janus
    ports:
      - "8080:8080"
      - "8081:8081"
    depends_on:
      - janus-database
    volumes:
      - ./janus.toml:/etc/janus/janus.toml
  janus-dashboard:
    image: quay.io/hellofresh/janus-dashboard
    ports:
      - "8082:80"
    depends_on:
      - janus-database
  janus-database:
      container_name: janus-database
      image: mongo
      ports:
        - "27017:27017"

After docker-compose up I'm able to navigate to the login page. But after the login the page stays blank. Any ideas?

@TechMaster
Copy link

I experienced same problem "blank page after login successfully into Janus Dashboard". I had run

docker-compose -f tests/docker-compose.test.yml up -d

@s4nji
Copy link
Contributor

s4nji commented Dec 3, 2018

This should be fixed by 93f8a11; closing the issue.

@s4nji s4nji closed this as completed Dec 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants