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
This issue is lodged on the mongoid/moped account here
We can replicate this issue in development quite easily, just run rails console and type in a simple command like: 'User.count'
If in mongoid.yml we put in the hosts as mongodb:27017 and restart server, it runs on the browser, but not on console. If we put localhost:27017, it runs on console but not on browser.
There are many variations of this issue. Will update as we come across them !
EDIT 1: Adding image for the browser versio of the error.
The text was updated successfully, but these errors were encountered:
This issue is lodged on the mongoid/moped account here
We can replicate this issue in development quite easily, just run rails console and type in a simple command like: 'User.count'
If in mongoid.yml we put in the hosts as mongodb:27017 and restart server, it runs on the browser, but not on console. If we put localhost:27017, it runs on console but not on browser.
There are many variations of this issue. Will update as we come across them !
EDIT 1: Adding image for the browser versio of the error.
![screenshot from 2017-10-11 03-07-29](https://user-images.githubusercontent.com/29810436/31412484-edbfa952-ae32-11e7-9016-5ab41a147e41.png)
The text was updated successfully, but these errors were encountered: