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"
3 weeks ago
Did anyone manage to resolve this? I have encountered the same problem running Alfresco Community 7.3 on RHEL 9
2 weeks ago
In my case the cause was multiple known_urls producing CORS property:
cors.allowed.origins=https://alfresco1.com|https://alfresco2.comBut this is wrong because the Tomcat CorsFilter expects comma separated values. So, modifying the xorigins_macros.j2 to use "," instead of "|" and then re-running the ansible scripts fixed the issue.
Explore our Alfresco products with the links below. Use labels to filter content by product module.