doc: mention privacy error in Chrome for development

This commit is contained in:
moses gunesch 2020-04-06 01:25:13 -07:00 committed by GitHub
parent 36113fd54f
commit 76607bbad8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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.