question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use the Docker run the wekan, but only a blank page.

See original GitHub issue

My docker-compose.yml

version: '2'
services:
  wekan:
    image: mquandalle/wekan
    ports:
      - "4080:80"
    links:
      - wekandb
    environment:
      - MONGO_URL=mongodb://wekandb/wekan
      - ROOT_URL=http://172.16.168.168:4080
  wekandb:
    image: library/mongo
    volumes:
      - ./data:/data/db

The log:

➜  wekan docker-compose up   
Creating wekan_wekandb_1
Creating wekan_wekan_1
Attaching to wekan_wekandb_1, wekan_wekan_1
wekandb_1  | 2016-10-17T06:45:02.270+0000 I CONTROL  [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=44e114dac6fd
wekandb_1  | 2016-10-17T06:45:02.271+0000 I CONTROL  [initandlisten] db version v3.2.10
wekandb_1  | 2016-10-17T06:45:02.271+0000 I CONTROL  [initandlisten] git version: 79d9b3ab5ce20f51c272b4411202710a082d0317
wekandb_1  | 2016-10-17T06:45:02.271+0000 I CONTROL  [initandlisten] OpenSSL version: OpenSSL 1.0.1t  3 May 2016
... ...
... ...
wekandb_1  | 2016-10-17T06:45:07.430+0000 I INDEX    [conn3]     building index using bulk method
wekandb_1  | 2016-10-17T06:45:07.431+0000 I INDEX    [conn3] build index done.  scanned 0 total records. 0 secs
wekandb_1  | 2016-10-17T06:45:07.447+0000 I INDEX    [conn6] build index on: wekan.cards properties: { v: 1, key: { boardId: 1 }, name: "boardId_1", ns: "wekan.cards" }
wekandb_1  | 2016-10-17T06:45:07.447+0000 I INDEX    [conn6]     building index using bulk method
wekandb_1  | 2016-10-17T06:45:07.448+0000 I INDEX    [conn6] build index done.  scanned 0 total records. 0 secs
wekandb_1  | 2016-10-17T06:45:07.461+0000 I INDEX    [conn4] build index on: wekan.lists properties: { v: 1, key: { boardId: 1 }, name: "boardId_1", ns: "wekan.lists" }
wekandb_1  | 2016-10-17T06:45:07.462+0000 I INDEX    [conn4]     building index using bulk method
wekandb_1  | 2016-10-17T06:45:07.463+0000 I INDEX    [conn4] build index done.  scanned 0 total records. 0 secs

This seems to be run successfully, but I only see a blank page. No error. How can I fix ?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
xiemeilongcommented, Oct 25, 2016

The error in browser. image

1reaction
jb3662commented, Nov 30, 2016

I use image: mquandalle/wekan:0.10.0 run successfully.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Rendered pages are blank with Firefox · Issue #2847 - GitHub
Open Firefox, Go to Wekan instance URL, nothing appears but a blank page. In webbrowser, what does show Right Click / Inspect /...
Read more >
Blank page on some containers - Docker Community Forums
Hi guys, I have added some containers on my raspberry pi 4 but when I go to myip:port I have a blank page....
Read more >
wekan/wekan - Gitter
Im trying to install it on shared hosting, but it doesnt work (only shows blank page). Unfortunately theres no documentation and I dont...
Read more >
Blank Page Syndrome : Can Docker Really Help Me? Up ...
First off, it is great, and totally worth the time to learn. ... According to the official Docker website, a container is the...
Read more >
Svelte app showing blank page in Docker container on local ...
I'm trying to containerise a Svelte App, it runs fine outside the container, however, after I build ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found