-
-
Notifications
You must be signed in to change notification settings - Fork 754
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): mongodb connection string for node 17+
On Node version 17+, `localhost` gets converted to the IPV6 version `:::1`. The MongoDB database doesn’t receive the connection. This PR updates the default MongoDB connection string to use the IPV4 loopback address `127.0.0.1`, which restores the ability to connect to the MongoDB server. One place in the docs was also updated.
- Loading branch information
1 parent
0b7b7ba
commit 7e94c7a
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters