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

[BUG] - Version links are broken #1115

Open
malleoz opened this issue Dec 4, 2023 · 2 comments
Open

[BUG] - Version links are broken #1115

malleoz opened this issue Dec 4, 2023 · 2 comments
Labels
bug Minor issue

Comments

@malleoz
Copy link

malleoz commented Dec 4, 2023

Describe the bug
Clicking on the button containing the version number for a mod sends you to a broken link.

To Reproduce
Steps to reproduce the behavior:

  1. Expand mod card.
  2. Click on the button with the version number.
  3. Observe broken link page.

Expected behavior
Your browser should open to the mod page.

Additional context
In LocalModList.vue on line 182, you likely just need to add v/ to the URL. i.e. instead of https://thunderstore.io/c/lethal-company/p/BepInEx/BepInExPack/5.4.2100 it should be https://thunderstore.io/c/lethal-company/p/BepInEx/BepInExPack/v/5.4.2100
I don't have time to attempt to fix this on my own (especially because I have no clue how to build this project lol)

@nikolateslax
Copy link

This only affects the Lethal Company part of Thunderstore, from what I can tell. r2modman was originally designed for Risk of Rain, and if you go over to the Risk of Rain side of Thunderstore, the links as generated by r2modman are accurate. This issue also affects the Thunderstore app.

@MythicManiac
Copy link
Collaborator

This should be fixed in the next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Minor issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants