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.

Bug: Releases missing submodules, leads to old bugs like: Appended double slashes to ROOT_URL

See original GitHub issue

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. double slash

When you remove one of these slashes, you’ll see the open dialog.

Rem.: This bug could be related to #907.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:49 (31 by maintainers)

github_iconTop GitHub Comments

3reactions
68040commented, Apr 15, 2017

Ok I made a script that regenerated all tar.gz releases and uploaded them.

So the doubleslash bug was reactivated 😞

1reaction
xet7commented, Jan 15, 2018

Please test newest Ubuntu Snap, is double slash bug now fixed.

It seems to work for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Git will not init/sync/update new submodules - Stack Overflow
I created the same issue by adding an empty repository as submodule. In this case, there was no reference hash available for the...
Read more >
Missing Submodules" while running build.sh from the ... - GitHub
The script that creates that tarball was missing the git submodule init; git submodule update commands it needed to keep up to date...
Read more >
Git Submodules: Adding, Using, Removing, Updating
git submodule add – This simply tells Git that we are adding a submodule. · git@mygithost:billboard – This is the external repository that...
Read more >
Using Git submodules with GitLab CI/CD
Use Git submodules to keep a Git repository as a subdirectory of another Git repository. You can clone another repository into your project...
Read more >
git-submodule Documentation - Git
A repository that was cloned independently and later added as a submodule or old setups have the submodules git directory inside the submodule...
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