We are trying to evaluate MongoDB-Atlas 8.0.1 via the Community Server and not having any luck installing the product. We are on macOS Sequoia.
We went to the Download MongoDB Community Server | MongoDB and followed the instructions. Our Atlas account is active and functioning.
Using the two commands from the documentation
$ brew install mongodb-atlas
$ atlas setup
The install was succcessful, but atlas setup failed with a HTTP 400 Bad Request. Here’s a copy/paste from terminal
username@Jay-Home ~ % atlas setup
This command will help you:
- Create and verify your MongoDB Atlas account in your browser.
- Return to the terminal to create your first free MongoDB database in Atlas.
To verify your account, copy your one-time verification code:CXJW-XXXX
Paste the code in the browser when prompted to activate your Atlas CLI. Your code will expire after 10 minutes.
To continue, go to Cloud: MongoDB Cloud
Successfully logged in as jay@myemail.com
[Default Settings]
Cluster Name: Cluster24467
Cloud Provider and Region: AWS - US_EAST_1
Database User Username: Cluster24467Load sample data: Yes
Allow connections from (IP Address): aaa.bbb.ccc.ddd
? Do you want to set up your Atlas database with default settings? YesError:
https://cloud.mongodb.com/api/atlas/v2/groups/5ee10c5ab73ba7359e3b9fa1/clusters POST: HTTP 400 Bad Request (Error code: “CANNOT_CREATE_FREE_CLUSTER_VIA_PUBLIC_API”) Detail: Cannot create a cluster with instance size M0 via the public api: This project has reached the limit for the number of free clusters. Reason: Bad Request. Params: [This project has reached the limit for the number of free clusters]
username@Jay-Home ~ %
We are not sure what to do from here to evaluate the product.