In admin Side Sale->Shipments View 404 error
Solution is edit the below file at line num 49
Magento\Sales\Controller\Adminhtml\Shipment\AbstractShipment\View.php
$resultForward->setController('order_shipment')
->setModule('adminhtml') // Change admin to adminhtml
Solution is edit the below file at line num 49
Magento\Sales\Controller\Adminhtml\Shipment\AbstractShipment\View.php
$resultForward->setController('order_shipment')
->setModule('adminhtml') // Change admin to adminhtml