Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions cli/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,16 @@

**Solution**: Ask your IT administrator to add `releases.mintlify.com` to your network allowlist.
</Accordion>
<Accordion title="CLI connects to localhost instead of production when using npx">
In versions before 4.0.1125, running `npx mint dev` or other commands from a docs

Check warning on line 127 in cli/install.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

cli/install.mdx#L127

Use 'July 31, 2016' format, not '4.0.1125'.
repository could cause the CLI to incorrectly detect itself as a local development
build. This made the CLI point to `localhost` URLs instead of the Mintlify production
API, resulting in connection errors or unexpected behavior.

**Solution**: Update to the latest CLI version:

```bash
npm i -g mint@latest
```
</Accordion>
</AccordionGroup>
Loading