Skip to content

Commit

Permalink
docs: add troubleshooting section for Run locally (#210)
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Yurii <Shynbuiev>
  • Loading branch information
yshyn-iohk authored and Yurii committed Apr 30, 2024
1 parent 3198666 commit 1045f0d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,17 @@ The backend service is also a web service that has a single-page application tha
Everything can be run with a single command with Docker compose `docker-compose up`.
For a specific version, you can setup with `MEDIATOR_VERSION` like `MEDIATOR_VERSION=0.9.2-SNAPSHOT docker-compose up`.

#### Troubleshooting

If you see the [compilation error](https://stackoverflow.com/questions/69719601/getting-error-digital-envelope-routines-reason-unsupported-code-err-oss)
```shell
[error] opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
[error] library: 'digital envelope routines',
[error] reason: 'unsupported',
[error] code: 'ERR_OSSL_EVP_UNSUPPORTED'
```
You can try to run with `NODE_OPTIONS=--openssl-legacy-provider` to use the legacy provider.

### MongoDB In the cloud

Using the Mongodb from cloud-like MongoDB Atlas.
Expand Down

0 comments on commit 1045f0d

Please sign in to comment.