# Was /users/{username} deprecated?

**URL:** https://meta.discourse.org/t/was-users-username-deprecated/163284
**Category:** Support
**Created:** [September 7, 2020, 5:51pm UTC](https://meta.discourse.org/t/was-users-username-deprecated/163284 "2020-09-07T17:51:11Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![verilog15](https://avatars.discourse-cdn.com/v4/letter/v/9f8e36/32.png) [@verilog15](https://meta.discourse.org/u/verilog15)
#### Post date: [September 7, 2020, 5:51pm UTC](https://meta.discourse.org/t/was-users-username-deprecated/163284/1 "2020-09-07T17:51:11Z")

</div>

Hello community!  
In my theme I used to redirect to the user’s profile by using the route `/users/${username}`. But now I notice that it does not work (redirects to 404). Was it changed? if so, Is there a proper place I could track changes like this one to prevent such bugs in the future?  
Thank you 🙂

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [September 7, 2020, 6:31pm UTC](https://meta.discourse.org/t/was-users-username-deprecated/163284/2 "2020-09-07T18:31:28Z")

</div>

We moved from` /users/*` to ` /u/*` over 4 years ago:

[https://github.com/discourse/discourse/commit/45a257815a0181059de91101fa4f9c6f8aa9b3c7](https://github.com/discourse/discourse/commit/45a257815a0181059de91101fa4f9c6f8aa9b3c7)

Both routes were still supported in the server-side and on the client-side router during all this time, but as we are doing heavy work cleaning our client-side code, long deprecated routes are being removed to simplify the code.

> [@verilog15](#):
>
> Is there a proper place I could track changes like this one to prevent such bugs in the future?

Our official commit log is [Commits · discourse/discourse · GitHub](https://github.com/discourse/discourse/commits/master), so if you are creating your own customizations you will want to read the diff between the commit you are running and the new one you plan to update to.

What most people do is using a staging environment with identical configuration, where you can roll updates first and run tests to see if something broke.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [October 7, 2020, 6:41pm UTC](https://meta.discourse.org/t/was-users-username-deprecated/163284/3 "2020-10-07T18:41:30Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
