In the Modern User Experience (UX / MUX), you are able to view the project but unable to view the project details after clicking on it. Or some modules are missing / blank - no ability to open any module in MUX whilst Classic works
When clicking on the project details, it brings up a blank page. You are able to open the project details in another environment. Clearing browser cache does not help. In comparing permissions, the rights are the same.
The user personalization is corrupt.
select * from CMN_UI_PERSONALIZATIONS
WHERE user_id = ID_OF_USER
AND component in ('project', 'projects')
delete from CMN_UI_PERSONALIZATIONS
where user_id = ID_OF_USER
and component in ('project', 'projects');
commit;