Question

Add additional addresses to address book in magento 2.3 then Click on ' Delete Address' link in address book it redirect to 404 page and invalid url shows.

enter image description here

Was it helpful?

Solution

Replace below code in Delete.php file.

vendor/magento/module-customer/Controller/Address/Delete.php

use Magento\Framework\App\Action\HttpGetActionInterface;

class Delete extends \Magento\Customer\Controller\Address implements HttpGetActionInterface
{

enter image description here

for more reference please visit

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top