When I click the “Block and report” button on a user profile, it redirects me to the old report UI, which uses this URL:
https://www.roblox.com/AbuseReport/userprofile?ID=TARGET_USER_ID&RedirectUrl=https://www.roblox.com/users/TARGET_USER_ID/profile
However, when I click “Report Abuse” on a user profile (the button located at the bottom right of the About Me section), it correctly redirects me to the current report system, which uses this URL:
https://www.roblox.com/report-abuse/?targetId=TARGET_USER_ID&submitterId=SUBMITTER_ID&abuseVector=userprofile
Expected Behavior:
The “Block and report” should redirect to the current report system, just like the “Report Abuse” on user profiles.
Steps to Reproduce:
- Go to any user profile.
- Click the three dots next to their profile and select “Block User”.
- In the pop-up that appears, click “Block and report” in the center.
- Observe that it redirects to the old report URL instead of the new one.