From 3d4175dc11c5d205b54df50a4765a0b0442f0e0b Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Tue, 6 Dec 2022 17:25:57 -0500 Subject: [PATCH] Need to set the cookie_domain to also be 127.0.0.1 or else cookies won't work. --- commands/templates/secrets/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/templates/secrets/config.json b/commands/templates/secrets/config.json index 8a497d0..59c8fb1 100644 --- a/commands/templates/secrets/config.json +++ b/commands/templates/secrets/config.json @@ -32,7 +32,7 @@ }, "auth": { - "cookie_domain": "localhost", + "cookie_domain": "127.0.0.1", "cookie_secret": "some_secret" },