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
Hi @kowh-ai
I want to resolve this issue. Do we need to update the custom error page, or is the following error page content sufficient?
error.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Error</title>
</head>
<body>
<h1>Oops! Something went wrong.</h1>
<p>We're sorry, but the page you requested could not be found.</p>
</body>
</html>
If this is okay, I will raise the PR. Please let me know your suggestion.
Related: PR
nginx will serve a 404 when an error occurs as it cannot find an error.html file:
We should add an
error.html
file to the configurationThe text was updated successfully, but these errors were encountered: