diff --git a/docs/kratos/fallback/error.mdx b/docs/kratos/fallback/error.mdx deleted file mode 100644 index 2e51cfb4c9..0000000000 --- a/docs/kratos/fallback/error.mdx +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: error -title: This should be the Error UI ---- - -You ended up here because you didn't set the following configuration value: - -```yaml title="path/to/kratos/config.yml" -selfservice: - flows: - error: - ui_url: http://my-app.com/error -``` - -You can set this configuration value using environment variable `SELFSERVICE_FLOWS_ERROR_UI_URL` as well! - -If you don't know what that means, head over to [User-Facing Error](../self-service/flows/user-facing-errors.md)! diff --git a/src/static/kratos/fallback/error.html b/src/static/kratos/fallback/error.html new file mode 100644 index 0000000000..222887f0cf --- /dev/null +++ b/src/static/kratos/fallback/error.html @@ -0,0 +1,290 @@ + + + + + + + This should be the Error UI | Ory + + + + + + +
+ + + +
+ +
+

This should be the Error UI

+ +

+ You ended up here because you didn't set the following configuration + value: +

+ +
+
path/to/kratos/config.yml
+
selfservice:
+  flows:
+    error:
+      ui_url: http://my-app.com/error
+
+ +

+ You can set this configuration value using environment variable + SELFSERVICE_FLOWS_ERROR_UI_URL as well! +

+ +

+ If you don't know what that means, head over to + User-Facing Error! +

+
+ + + +