diff --git a/gateway/assets/error.html b/gateway/assets/error.html
index 0ebf80961..6fe387adb 100644
--- a/gateway/assets/error.html
+++ b/gateway/assets/error.html
@@ -62,16 +62,15 @@
- How you can proceed:
-
-
+ How you can proceed:
+
+ - Check the Discussion Forums for similar errors.
+ - Try diagnosing your request with the diagnostic tools.
+ - Self-host and run an IPFS client that verifies your data.
+ {{ if or (eq .StatusCode 400) (eq .StatusCode 404) }}
+ - Inspect the CID or DAG.
+ {{ end }}
+
|
diff --git a/gateway/assets/src/error.html b/gateway/assets/src/error.html
index efa926de2..4beda2861 100644
--- a/gateway/assets/src/error.html
+++ b/gateway/assets/src/error.html
@@ -46,16 +46,15 @@
- How you can proceed:
-
-
+ How you can proceed:
+
+ - Check the Discussion Forums for similar errors.
+ - Try diagnosing your request with the diagnostic tools.
+ - Self-host and run an IPFS client that verifies your data.
+ {{ if or (eq .StatusCode 400) (eq .StatusCode 404) }}
+ - Inspect the CID or DAG.
+ {{ end }}
+
|