Bug report
Describe the bug
/users/me endpoint is returning a response missing many-to-many relation objects while /users/_id returns a expected response which includes many-to-many relation objects.
Steps to reproduce the behavior
- Create many-to-many relation on Users model
- Add some random entries and relate them to the user
- Send API requests to /users/me and /users/_id using the user's jwt token
Expected behavior
/users/me and /users/_id returns exactly same value, both including many-to-many relation objects.
System
- Node.js version: v14.15.1
- NPM version: 7.5.2
- Strapi version: v3.5.4
- Database: Reproduced on both MySQL/SQLite
- Operating system: Reproduced on both Windows and Ubuntu