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