wekan: Bug: Releases missing submodules, leads to old bugs like: Appended double slashes to ROOT_URL
Problem: Bind Wekan to a path leads to double slashes in the URL, only when clicking on a card and when you to “export board”.
Steps to reproduce:
- Append path component to the Root URL.
ROOT_URL=https://mydomain.org/wekan - Start Wekan.
node ~/wekan/bundle/main.js - Open the URL in the browser.
https://mydomain.org/wekan - Log-In into Wekan. Select a board. Create some random cards.
- Then click on any card. - Error: “Page not found”.
Finally: Inspect the URL and you’ll find double slashes.

When you remove one of these slashes, you’ll see the open dialog.
Rem.: This bug could be related to #907.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 49 (31 by maintainers)
Commits related to this issue
- Try to fix double slashes on Docker #962 — committed to wekan/wekan by xet7 7 years ago
- Fix double slashes on snap. Related #962 — committed to wekan/wekan by xet7 7 years ago
- Try to fix double slash on snap #962 — committed to wekan/wekan by xet7 6 years ago
So the doubleslash bug was reactivated 😞
Please test newest Ubuntu Snap, is double slash bug now fixed.
It seems to work for me.
@NoodleBB
I reopened #973 , it can be continued there.
@NoodleBB
Doh, it seems to be my problem. I did not update submodules for releases. I will update releases later.
@NoodleBB
I moved your issue back to here.
We could have some checks and error messages for this.