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 creating a CMS page and setting up an identifier, we are allowed to create identifiers which match actions/modules as found through $this->_routeConfig->getModulesByFrontName($moduleFrontName) as found in /app/code/Magento/Core/App/Router/Base.php (method: matchAction)
This causes this function to not return null for CMS pages with identifiers such as 'shipping'.