Skip to content

Getting errors while upgrading from 2.4.6-p2 to 2.4.7-p1 (Could not find a magento/project package matching “magento/magento-cloud-metapackage 2.4.6”)

Hello guys i have Magento Adobe Commerce 2.4.6-p2 installed and i want to update to Adobe Commerce 2.4.7-p1 but when i try to run this command composer require-commerce magento/product-enterprise-edition 2.4.7-p1 –no-update to upgrade it says: Could not find a magento/project… Read More »Getting errors while upgrading from 2.4.6-p2 to 2.4.7-p1 (Could not find a magento/project package matching “magento/magento-cloud-metapackage 2.4.6”)

Magento 2.4.4p4 Cannot instantiate interface MagentoJwtUserTokenModelJwtSettingsProviderInterface After disabling Magento_JwtUserToken

I am trying to disable Magento_JwtUserToken in Magento 2.4.4p4 Enterprise Edition due to don’t want to use this feature as it causing difficulties for me to create revoke logout token function I have reinstall composer and run all ugrade,dicompile,clear cache,… Read More »Magento 2.4.4p4 Cannot instantiate interface MagentoJwtUserTokenModelJwtSettingsProviderInterface After disabling Magento_JwtUserToken

Captcha images are not uploaded to AWS S3

I have successfully activated remote storage to AWS S3 using the following steps php magento config:set system/media_storage_configuration/media_database 0 php magento setup:config:set –remote-storage-driver=”aws-s3″ –remote-storage-bucket=”bucket-name” –remote-storage-prefix=”” –remote-storage-region=”region-name” –remote-storage-key=”accesskey” –remote-storage-secret=”secretkey” php magento config:set web/unsecure/base_media_url “https://<s3 bucket baseurl>/media/” php magento config:set web/secure/base_media_url “https://<s3 bucket… Read More »Captcha images are not uploaded to AWS S3