Hello,
I'm trying to follow the steps for the cloud docker version of magento.
After cloning the repository and making sure i have a auth.json with the correct keys i'm trying to run
composer update
However this triggers the following error:
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires magento/magento-cloud-metapackage >=2.4.3 <2.4.4, found magento/magento-cloud-metapackage[2.4.3] in the lock file but not in remote repositories, make sure you avoid updating this package to keep the one from the lock file.
Running
composer show magento/magento-cloud-metapackage --all
However does show there is a package with the version 2.4.3:
name : magento/magento-cloud-metapackage descrip. : eCommerce Platform for Growth (Cloud Enterprise Edition) keywords : versions : * 2.4.3 type : metapackage license : proprietary homepage : source : [] dist : [zip] https://repo.magento.com/archives/magento/magento-cloud-metapackage/magento-magento-cloud-metapackage-2.4.3.0.zip path : F:\TechNative\repositories\magento-cloud names : magento/magento-cloud-metapackage
I'm not sure what is going wrong here since i haven't made any changes except for adding the auth.json.
The docs say it might be caused by my MAGEID?
Any help would be greatly appreciated.
I'm running into the exact same problem.