Skip to content

Commit

Permalink
Add ERR_ADDRESS_INVALID in Troubleshooting (#574)
Browse files Browse the repository at this point in the history
* Add workaround for ERR_ADDRESS_INVALID in doc

Signed-off-by: Rupal Mahajan <[email protected]>

* nit

Signed-off-by: Rupal Mahajan <[email protected]>

Signed-off-by: Rupal Mahajan <[email protected]>
  • Loading branch information
rupal-bq authored Dec 12, 2022
1 parent 5ceee02 commit c5bb86a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ If you are using a Ubuntu/Debian system, install the following packages:

The installation command for both systems can be found [here](./dashboards-reports/rendering-engine/headless-chrome/README.md).

### Download Error:

If you see Error: net::ERR_ADDRESS_INVALID in the logs while downlaoding report, add the following configurations in opensearch_dashboards.yml
```
opensearch_reporting.osd_server.hostname: '127.0.0.1'
```

## Code of Conduct

This project has adopted the [Amazon Open Source Code of Conduct](CODE_OF_CONDUCT.md). For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq), or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
Expand Down

0 comments on commit c5bb86a

Please sign in to comment.