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?
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?