The back-office is stuck on the splash screen, but the main interface is never loaded.
I have the following JS error, on the line below:
TypeError: org.ametys.cms.tool.profile.ProfileContextButton is not a constructor org.ametys.ribbon.RibbonManager.getInstance().getControls()["org.ametys.cms.rights.assign.RemoveAssignment"] = new org.ametys.cms.tool.profile.ProfileContextButton("org.ametys.cms.rights.assign.RemoveAssignment", {"icon-medium": "/plugins/cms/resources/img/rights/remove_32.png", "icon-small": "/plugins/cms/resources/img/rights/remove_16.png", "default-description": "Supprimer l'affectation sur le profil sélectionné", "icon-large": "/plugins/cms/resources/img/rights/remove_50.png", "action": "org.ametys.cms.tool.right.Remove.act", "label": "Supprimer l'affectation", "no-right-description": "Ce bouton est désactivé car vos droits sont insuffisants pour ce profil et ce context.", "refresh-description": "Veuillez patienter... des vérifications sont en cours sur le serveur.", "right-id": "Runtime_Rights_Rights_Handle|CMS_Rights_Delegate_Rights"}, "cms");
This seems to come from the "org.ametys.cms.rights.assign.RemoveAssignment" using a JS class without loading the corresponding JS file.