You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When editing a product in the backend, if one of the product images is missing I still get a 200 response.
If I take a look at the url I see an error message
Fatal error: Cannot instantiate interface Magento\Framework\App\Config\Scope\ReaderPoolInterface in
Missing images should give back a 404 response without going through the application.