You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Would you have an example on how the DATABASE_CLIENT_URL looks like?
I have it defined as below, and it is not working whatsoever (ValueError: Port must be an integer between 0 and 65535: 27017')
username = urllib.parse.quote_plus('xxxx')
password = urllib.parse.quote_plus('yyy')
CONNECTION_STRING = 'mongodb+srv://%s:%s@cluster0.ktjws.mongodb.net/test?retryWrites=true&w=majority' % (username, password)
The text was updated successfully, but these errors were encountered:
Hi! Would you have an example on how the DATABASE_CLIENT_URL looks like?
I have it defined as below, and it is not working whatsoever (ValueError: Port must be an integer between 0 and 65535: 27017')
username = urllib.parse.quote_plus('xxxx')
password = urllib.parse.quote_plus('yyy')
CONNECTION_STRING = 'mongodb+srv://%s:%s@cluster0.ktjws.mongodb.net/test?retryWrites=true&w=majority' % (username, password)
The text was updated successfully, but these errors were encountered: