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 I changes the port to 8080 from 80, and tried to access the backend, it redirected me to 404,
This is due to the isHostBackend() method in Magento\Backend\App\Area\FrontNameResolver
returns false,
The $backendHost and $_SERVER['HTTP_HOST']) are not the same.