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
{{ message }}
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
[15] pry(main)> db.collection_names.each{|name| puts name }
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
Anytime I do .save I get the same error.
I do not get this error locally.
What is this error?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I cannot connect to a staging database instance that is hosted on compose.io.
Here is what I get:
mongohq_url = "mongodb://bdnelson:[email protected]:18111,aws-us-west-2-portal.1.dblayer.com:18111/admin?authSource=admin&ssl=false"
[15] pry(main)> db.collection_names.each{|name| puts name }
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
Anytime I do .save I get the same error.
I do not get this error locally.
What is this error?
The text was updated successfully, but these errors were encountered: