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

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

質問

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