A new user is created in Atlas with Read/Write only privs. I am able to connect through mongo shell with the user, but app cannot pass the test at the status page:
— .ini —
Ticket: Connection
Rename this file to .ini after filling in your MFLIX_DB_URI and your SECRET_KEY
Do not surround the URI with quotes
[PROD]
SECRET_KEY = super_secret_key_you_should_change
#MFLIX_DB_URI = mongodb+srv://m220student:m220password@mflix-kuxkx.mongodb.net
MFLIX_DB_URI = mongo “mongodb+srv://m220ReadWrite:readwrite@mflix-kuxkx.mongodb.net”
[TEST]
SECRET_KEY = super_secret_testing_key
#MFLIX_DB_URI = mongodb+srv://m220student:m220password@mflix-kuxkx.mongodb.net
MFLIX_DB_URI = mongo “mongodb+srv://m220ReadWrite:readwrite@mflix-kuxkx.mongodb.net”