You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
I tried to open a profile page of [[iwi]] or John Dethridge, but if I open it says "404".
John Dethridge: https://www.topcoder.com/members/John%20Dethridge
[[iwi]]: https://www.topcoder.com/members/[[iwi]]
Seems like user includes space, '[', ']', '(', ')' cannot open user page.
The best fix will be to update the routing inside topcoder-app, so that it redirects to the proper profile pages even if the incoming link violates (1) and/or (2).
The text was updated successfully, but these errors were encountered:
Fixed by the commit 989654c @ajefts Can I push it to prod? To do so, is it still enough just to merge the change into master, or should I also tag the change with a new version?
As reported by a community member:
It looks to me, there are two problems: (1) username in the URL must be URL-encoded, (2) the user profile endpoint demands trailing
/
. These links work:https://www.topcoder.com/members/John%20Dethridge/
https://www.topcoder.com/members/%5B%5Biwi%5D%5D/
The best fix will be to update the routing inside
topcoder-app
, so that it redirects to the proper profile pages even if the incoming link violates (1) and/or (2).The text was updated successfully, but these errors were encountered: