# Troubleshoots

### ERR\_OSSL\_EVP\_UNSUPPORTED

#### Problem

New Open SSL is not compatible with the legacy. This issue used to occur on NodeJS versions greater than 14.

```
Error: error:0308010C:digital envelope routines::unsupported
```

#### Resolve

Change the start command to:

```
craco --openssl-legacy-provider start
```

### NODE\_ENV is not recognized

**Problem**

The NODE\_ENV is not available for Node on Window.

```
'NODE_ENV' is not recognized as an internal or external command, operable program or batch file.
```

**Resolve**

Install `win-node-env` by the command:

```
npm install -g win-node-env
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sentre.io/troubleshoots.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
