Skip to content
Merged
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 @@ For syntax highlighting and code formatting in MDX files, we recommend using the

**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
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