pinpoint-apm / pinpoint

APM, (Application Performance Management) tool for large-scale distributed systems.
https://pinpoint-apm.gitbook.io/
Apache License 2.0
13.42k stars 3.75k forks source link

user group page issues #11423

Open orakhada opened 2 months ago

orakhada commented 2 months ago

There is a common issue in the UI of Pinpoint 3.0 for both v2 and v3. When navigating to the Configuration -> User Group menu, the pinpoint user correctly calls /api/user, but for user group, it calls /api/userGroup?userId=, which returns a null value. Calling /api/userGroup directly seems to resolve the issue. The data in MySQL appears to be correct, and searches within the user group function normally. Is there a way to fix this problem?

orakhada commented 2 months ago

Thank you for information.

binDongKim commented 1 month ago

Solved via https://github.com/pinpoint-apm/pinpoint/pull/11523

orakhada commented 2 weeks ago

@binDongKim The users page in Administration, like the user group page, has the same issue.