livecoders / website

Website for the Live Coders Twitch Team
https://livecoders.dev
MIT License
52 stars 74 forks source link

Member listing links do not work if username has any capitalization #243

Closed ThindalTV closed 2 years ago

ThindalTV commented 2 years ago

The link from the member list does not work and just returns an empty page. Refreshing the page that you got to via the link will update the url to the correct capitalization and show the profile.

ThindalTV commented 2 years ago

https://github.com/livecoders/website/blob/a51778e39cb00153f6321cbeac1114211055ac48/src/pages/members.js#L172-L181 property "to" with toLowerCase() SHOULD be the problem, but I'm not able to test it right now.

Bug was found by Jimmy from CodingAfterWork.