Hi,
I am trying to install a new instance of AtroPIM without demo data, using the skeleton-pim-no-demo.git repository as indicated in the official documentation.
The installation process completes correctly, but when accessing the application via browser for the first time, the following error appears:
“Error: Unsuccessful attempt to download translations”
In the browser’s JavaScript console, I see:
“install.js:35 Uncaught (in promise) Error: Unsuccessful attempt to download translations
at Object. (install.js:35:32)
…”
The server is running Ubuntu with Nginx, PHP 8.3, and HTTPS properly configured. File and folder permissions are correct, and system requirements are met. I’ve already tried deleting everything and reinstalling from scratch, but the same error occurs at the same point.
Is there any additional configuration required or an endpoint to verify for translation downloads?
Best Regards