AbhishekOriginal post
Rank 3: Container
Can't turn on "Deny Disposable Emails" option, giving error in popup window.
Basically -
Page not found
The page you're looking for doesn't exist.
general_route_not_found
Full error:
<!DOCTYPE html>
<html lang="en">
<head>
<title>AppName - Error</title>
</head>
<body>
<div class="main">
<div
id="views-error"
class="content large-error"
>
<div class="center"><span class="">Page not found</span></div>
<h1>The page you're looking for doesn't exist.</h1>
<div class="center"><span class="type">general_route_not_found</span></div>
<div
class="center"
style="margin-top: 20px"
></div>
</div>
</div>
<script>
function openErrorView() {
document.getElementById("views-trace").style.display = "none";
document.getElementById("views-error").style.display = "block";
}
function openTraceView() {
document.getElementById("views-trace").style.display = "block";
document.getElementById("views-error").style.display = "none";
}
</script>
</body>
</html>
Summary
Unable to turn on "Deny Disposable Emails" option due to a "Page not found" error. No solution provided in the thread.