Hello,
I get a 500 error when calling saveTeamRoom service on a Two Server Mode (standalone server) .
Some jar used by "org.exoplatform.services.deployment.Utils.sanitize" method are missing.
adding this dependency in pom.xml should resolve the problem.
<groupId>org.exoplatform.commons</groupId>
<artifactId>commons-component-common</artifactId>
Regards