I use rails 5lastest mongoidgem, and when starting a server mongodbwith 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