topcoder-platform / community-app

React webapp for serving Topcoder Community
125 stars 216 forks source link

Redirect current profiles path to new profiles URL #6895

Closed jmgasper closed 1 year ago

jmgasper commented 1 year ago

To support all the various apps we have that send users to the current profiles link, like:

https://www.topcoder-dev.com/members/Ghostar

We are going to update the /members/{handle} route in community app to redirect the browser to the new profiles app:

https://profiles.topcoder-dev.com/{handle}

suppermancool commented 1 year ago

@jmgasper done in community-app-issue-6895.patch . This patch again commit 3e94fdb4888633e932783b4a763a76f2a3e170f6 in develop branch