doc: mention privacy error in Chrome for development

This commit is contained in:
moses gunesch
2020-04-06 10:25:13 +02:00
committed by GitHub
parent 36113fd54f
commit 76607bbad8
+4
View File
@@ -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.