Hi,
Recently we migrated content, users and groups between 2 ArcGIS Online organizations using the ArcGIS Python API. The groups are cloned from the source organization to target using the clone command.
However, upon testing, we found that if we want to view the cloned groups belong to some users, especially admins, the group page cannot be displayed properly. That is when we click the 3 dots next to the users under Organization -> Members.
When this issue occurs, Home, Gallery, Map, Organizations, etc. are all missing on the Groups page. And the page becomes unresponsive as well.
If we inspect the page, an error message is also found: 'Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'isAdmin')'
Have anyone seem this issue before? Thanks for your help in advance!