mage2tv / magento-cache-clean

A faster drop in replacement for bin/magento cache:clean with file watcher
BSD 3-Clause "New" or "Revised" License
531 stars 63 forks source link

New Action Controllers not automatically recognized after creation #74

Closed Vinai closed 4 years ago

Vinai commented 4 years ago

When I create a new Action class in Magento 2.3.4, the cache watcher is triggered, but subsequent loading of the action in the browser produces a 404 page. Flushing the config cache explicitly fixes the 404 page, but this should not be required.

Vinai commented 4 years ago

Did some thorough testing and could not reproduce the issue. My guess is that I hadn't activated the module yet at the time. ¯_(ツ)_/¯