From 5459b52e5cfd0c4d3a62024cec78961d572fd0b0 Mon Sep 17 00:00:00 2001 From: Stefan Krawczyk Date: Thu, 14 Nov 2024 09:46:46 -0800 Subject: [PATCH] Adds docs on allowed_hosts for UI So that people know what to do. --- docs/hamilton-ui/ui.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/hamilton-ui/ui.rst b/docs/hamilton-ui/ui.rst index fd3678e2d..76f6a1dec 100644 --- a/docs/hamilton-ui/ui.rst +++ b/docs/hamilton-ui/ui.rst @@ -49,6 +49,9 @@ and a Postgres database. If you'd like a quick overview of some of the features, +Note: if you run into the "Invalid HTTP_HOST" error, then please set the environment variable `HAMILTON_ALLOWED_HOSTS` to `*` (or domain of choice) for the backend docker container. You can inject +this via `-e` or in the `docker-compose[-prod].yml` file itself. + Install -------