Skip to content

Commit c5bb86a

Browse files
authored
Add ERR_ADDRESS_INVALID in Troubleshooting (#574)
* 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]>
1 parent 5ceee02 commit c5bb86a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,13 @@ If you are using a Ubuntu/Debian system, install the following packages:
139139

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

142+
### Download Error:
143+
144+
If you see Error: net::ERR_ADDRESS_INVALID in the logs while downlaoding report, add the following configurations in opensearch_dashboards.yml
145+
```
146+
opensearch_reporting.osd_server.hostname: '127.0.0.1'
147+
```
148+
142149
## Code of Conduct
143150

144151
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.

0 commit comments

Comments
 (0)