From 76607bbad863dd126d06eb02135c649b213fb382 Mon Sep 17 00:00:00 2001 From: moses gunesch Date: Mon, 6 Apr 2020 01:25:13 -0700 Subject: [PATCH] doc: mention privacy error in Chrome for development --- doc/development.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/development.md b/doc/development.md index 2c156f63d..991a55b80 100644 --- a/doc/development.md +++ b/doc/development.md @@ -76,3 +76,7 @@ make dev ``` The app should be running at https://localhost:8080/ + +#### Chrome Privacy Error + +Newer versions of Chrome may block localhost under https and show `NET::ERR_CERT_INVALID` on the page. To solve this open [chrome://flags/#allow-insecure-localhost](chrome://flags/#allow-insecure-localhost) and select Enable, then press Relaunch or quit and restart Chrome.