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.

Card pop-ups do not work - missing port in URL - wekan docker

See original GitHub issue

Hi, I installed Wekan via Docker and it is accessible via port 8080. All works fine so far, but whenever I click on a card or a link to a card, I get an error page.

Not Found
The requested URL /b/376rJEBudZNWRRvf3/welcome-board/cemsb5uBfbgYya788 was not found on this server.

This is because the :8080 is missing in the URL to that card. When I log in, I am on http://<ipaddress>:8080/b/376rJEBudZNWRRvf3/welcome-board. However, clicking on a card invokes http://<ipaddress>/b/376rJEBudZNWRRvf3/welcome-board/cemsb5uBfbgYya788 which results in the above error. If I manually add :8080 to the ipaddress all is fine.

Is this a bug or have I misconfigured something?

Thanks for your help.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
C0rn3jcommented, Mar 23, 2018

For people running the snap and not the docker version -

# as per wekan.help
snap set wekan root-url='http://192.168.1.68:8080'

Am kinda surprised I had to do this, especially since the port is already decided, but eh, gonna leave it here for those who ran into this before checking the help page.

1reaction
mquandallecommented, Sep 2, 2016

Absolute URLs such as the above card URL are generated from the ROOT_URL environment variable. Adding the following parameter to the docker CLI launcher: -e ROOT_URL=http://<ipaddress>:8080" should fix your issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

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 >
Wekan - Package updates | Cloudron Forum
Fixed Templates are Missing, Error: Site not Found "/templates" is missing in the URL. Shared Templates part 5: Make visible Create template board...
Read more >
docker-compose.yml · master · plmshift / plmkan · GitLab
For example, if you want to have wekan on port 3001, # use 3001:8080 . Do not add any extra address etc here,...
Read more >
CHANGELOG.md ... - Gitlab Adullact
v1.31 2018-08-14 Wekan release. This release fixes the following bugs: Export of Board does not work on Docker. Thanks to GitHub user xet7...
Read more >
https://raw.githubusercontent.com/wekan/wekan/mast...
version: '2' # Note: Do not add single quotes '' to variables. ... Quay image does work: # image: quay.io/wekan/mongo:4.4.2-bionic # Docker Hub...
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