It looks like there's an issue with the Gallery admin. The 'All' users tab doesn't show any users even though there are users present in the 'Curators', 'Artisans' and 'Viewers' tabs:
There is an error in the browser console. Not sure if it's a related issue:
Cheers,
Craig
Solved! Go to Solution.
@craigbloodworth just to confirm what we did to solve this issue :
- we noticed the existence of "empty" user profiles in the underlying DB
- they had null values for certain attributes (subscription id, active, email, first name, last name...)
- the nulls couldn't be processed on the gallery, hence the error message in the console
Removing these empty records and restarting the service solved the issue