Magento 2: How to add 404 page in any module
There are two ways to display 404 page in Magento.
1. We can call default CMS page of 404 which is already created in back-end.
2. We can call the noroute.phtml file for 404
Sometimes, the module is disabled or it does not display any content in the site as per below screen shot. […]