cancel
Showing results for 
Search instead for 
Did you mean: 

Problems for create a site in ACS 6.1 and 7

cfreitez
Champ in-the-making
Champ in-the-making

Hi everybody.

Following the installation example indicated by @aborroy at https://github.com/Alfresco/alfresco-docker-installer 

I raised with docker-compose an instance of Alfresco content service 6.1 and / or 7.0 perfectly, however I have a problem when creating the sites since I do not have the option to do it, I tried to create the sites by API-EXPLORER and the result was the same , failed to create the sites.

{
    "error": {
        "errorKey": "framework.exception.PermissionDenied",
        "statusCode": 403,
        "briefSummary": "05070008 Permission was denied",
        "stackTrace": "For security reasons the stack trace is no longer displayed, but the property is kept for previous versions",
        "descriptionURL": "https://api-explorer.alfresco.com"
    }
}

Probe with the default credentials (don't modify them) and it throws me that 403 error

image

I would like to know if there is any way to solve this problem.

Greetings.

1 ACCEPTED ANSWER

angelborroy
Community Manager Community Manager
Community Manager

If you are using Share Site Creators addon (https://github.com/jpotts/share-site-creators), then you need to populate the group GROUP_SITE_CREATORS with some users in order to get that option back in the UI.

Hyland Developer Evangelist

View answer in original post

2 REPLIES 2

angelborroy
Community Manager Community Manager
Community Manager

If you are using Share Site Creators addon (https://github.com/jpotts/share-site-creators), then you need to populate the group GROUP_SITE_CREATORS with some users in order to get that option back in the UI.

Hyland Developer Evangelist

cfreitez
Champ in-the-making
Champ in-the-making

Thanks for the information.

It was very useful, I can now create the sites.

Greetings