Closed
Description
Describe the bug
When loading a profile via the Topgear site, it's attempting to filter it to groups that pertain to topgear only. In doing so, we're now hitting URI limits in the API requests it's trying to make. This is because it's trying to include all the groups the member is in as a filter in the request.
To Reproduce
Steps to reproduce the behavior:
- Go to https://topgear.topcoder.com/members/narayanana/
- Check the API calls in the console
- Notice the groupIds param and the # of groups it's trying to filter on.
Expected behavior
Normal profile page should load.
Screenshots