Magento2: Console error - rest/default/V1/carts/mine/estimate-shipping-methods 500 Internal Server Error

magento.stackexchange https://magento.stackexchange.com/questions/312905

سؤال

rest/default/V1/carts/mine/estimate-shipping-methods 500 Internal Server Error is Showing on Cart Page.

Shipping method is not showing.

هل كانت مفيدة؟

المحلول

I faced the same issue.

1.rest/default/V1/carts/mine/estimate-shipping-methods 500 Internal Server Error 2.rest/default/V1/carts/guest/estimate-shipping-methods 500 Internal Server Error

At checkout page shipping methods were not displaying. This is issue with Magento_Amqp ,Magento_MysqlMq and Temando_Shipping modules.

I solved this issue by updating composer. First run composer update command.

Run the command below and re-deploy magento.

composer update

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى magento.stackexchange
scroll top