404 Error handling in AEM SPA
When a abc page is not found, then apache internally makes the request to 404-error-page.html(based on error directive), and I see a request for abc.model.json and en.model.json in the network tab, but I don’t see the request for 404-error-page.model.json (because html redirect is made internally by Apache). Due to which page is showing blank.
Apache Error directive configuration
ErrorDocument 404 /content/en/us/error/404-error-page.html


