fix 404 error code in connect server side (after load a community)

This commit is contained in:
argirok 2022-02-15 16:05:25 +02:00
parent dd8df689b4
commit 8b11478f20
1 changed files with 2 additions and 0 deletions

View File

@ -165,6 +165,8 @@ export class AppComponent {
if (communityId) {
this.properties.adminToolsPortalType = "community";
this.initLayout(communityId);
}else{
this.properties.adminToolsPortalType = "connect";
}
this.configurationService.initCommunityInformation(this.properties, (communityId) ? communityId : this.properties.adminToolsPortalType);
}