Question

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

Shipping method is not showing.

Was it helpful?

Solution

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
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top