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

Chat's Player List Player Context Menu's "Visit Clan Website" button is broken #3035

Open
lL1l1 opened this issue Oct 3, 2023 · 2 comments

Comments

@lL1l1
Copy link

lL1l1 commented Oct 3, 2023

image
This button takes you to https://clans.faforever.com/clan/2590 but it should take you to https://www.faforever.com/clans/OPA

@lL1l1 lL1l1 added the bug label Oct 3, 2023
@fcaps
Copy link

fcaps commented Nov 4, 2023

i would change the route pattern to /clan/{id} in the website rather than updating this here, this has multiple benefits (some tags are not url-safe, not unique , etc..)

But...
Some of the website features (including clan management, leaderboards etc.) are not working due some changes related to server hardening, see #445

@fcaps
Copy link

fcaps commented Dec 3, 2023

Update: the website is fixed, i have implemented a redirect to the new url, but would be nice if this is fixed in the client, so i can remove the redirect.

Old: https://clans.faforever.com/clan/2590
New: https://clans.faforever.com/clans/view/2590

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

No branches or pull requests

3 participants