Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Suggest adding domain to hosts file when connection fails
When connecting to a local cozy-stack (i.e. `cozy.localhost:8080`), the user should configure their `hosts` file. Otherwise they will get an `getaddrinfo ENOTFOUND` error People often get confused as their web browser success to access the local cozy-stack. But some web browsers have their internal domain resolution mechanism and so they may succeed to access the cozy-stack without the `hosts` entry. A terminal cannot do that
- Loading branch information