I use rails 5
lastest mongoid
gem, and when starting a server mongodb
with any model this error will be thrown:
MONGODB | Address family not supported by protocol family - connect(2) for [::1]:27017
I almost looked for everything, but I can not find a solution.
Any suggestions are greatly appreciated.
source
share