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.