Hi all,
I have a problem that I am trying to dealing with for several days already. First I tried to install Magento manually (2.4.3). Right after files are uploaded, I am trying to run the installation from browser but there is a never-ending loop of 302 redirect, yet the page does not really redirect anywhere, stays at the same page, same protocol.
So I tried another shot with composer. I have the latest composer 2.2.4 but when I run
php7.4 composer.phar create-project --repository-url=https://repo.magento.com/ magento/project-community-edition ../sub/Magento-latest/
the process gets killed in the middle of the process, right after:
- Downloading magento/magento-composer-installer (0.3.0) Killed
I tried removing cache and other advices that are commonly offered for the loop issue, but nothing works.
Any help is appreciated, thank you.
this is a resource issue(that is issue regarding space).so you need to manage your resources and then you will be able to install the magento
Thank you, the issue with composer was solved. Nevertheless, after the code was loaded to server, the issue is the same again - 302 redirect when trying to run the installer