FAForever / downlords-faf-client

Official client for Forged Alliance Forever
https://faforever.com
MIT License
196 stars 121 forks source link

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

Open lL1l1 opened 1 year ago

lL1l1 commented 1 year ago

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

fcaps commented 11 months ago

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 commented 10 months ago

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