I have upgraded/installed the latest version of Alfresco Community Edition using Ansible and RHEL. I am able to see and log into the share/site, but when I try to upload a file or even sort the files already uploaded, I get a 403 (Forbidden) error. It seems like any query by the browser that is a POST, is getting denied. When I look at the console of the browser, I can see the following:
share/proxy/alfresco/api/people/admin/preferences 403 (Forbidden)
I look at the alfresco logs, but I do not see anything that would point me the right direction.
Any suggestions ? Thanks in advance.
Forgot to mention. The versions that I am using:
I have checked and this occurence is for new installs using ansible on RHEL without any modifications. I checked the last three releases on ansible and it always occurs.
Having the same issue on Ubuntu 22.04 LTS
Estou com o mesmo problema numa instalação limpa do Ubuntu 22.04. Última versão da comunidade.
Segui os passos abaixo:
apt-add-repository ppa:ansible/ansible
apt update
apt install ansible -y
apt install python3-pip
pip3 install jinja2==3.1.4
pip install --upgrade ansible
git clone https://github.com/Alfresco/alfresco-ansible-deployment.git
cd alfresco-ansible-deployment
ansible-galaxy install -r requirements.yml
ansible-playbook -e vault_init=plaintext playbooks/secrets-init.yml
ansible-playbook playbooks/acs.yml -i inventory_local.yml -e "@c
ommunity-extra-vars.yml"
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.