11-07-2023 01:21 PM
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.
11-07-2023 01:58 PM
Forgot to mention. The versions that I am using:
11-10-2023 11:19 AM
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.
01-12-2024 10:17 AM
Having the same issue on Ubuntu 22.04 LTS
07-23-2024 05:54 PM
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"
Explore our Alfresco products with the links below. Use labels to filter content by product module.