tugberkugurlu / AspNetCore.Identity.MongoDB

MongoDB Data Store Adaptor for ASP.NET Core Identity
MIT License
229 stars 69 forks source link

"This platform does not support connecting sockets to DNS endpoints" error from MongoDB Client on *nix platforms #11

Closed tugberkugurlu closed 8 years ago

tugberkugurlu commented 8 years ago

see https://github.com/mongodb/mongo-csharp-driver/pull/243#issuecomment-242560056 and see https://github.com/StackExchange/StackExchange.Redis/issues/463#issuecomment-241256886 and https://github.com/dotnet/corefx/issues/8768.

This has been fixed apparently and on master. We should take the next version of MongoDB Driver ASAP as it makes this library pretty much unusable 😞

tverboon commented 8 years ago

For me it only fails with localhost, replacing the connection to 127.0.0.1 and it works on the Mac.

tugberkugurlu commented 8 years ago

YES, it made it work! My sample is now also working 😄

image

tugberkugurlu commented 8 years ago

See this https://github.com/tugberkugurlu/AspNetCore.Identity.MongoDB/issues/14

tugberkugurlu commented 8 years ago

done by 5e1eef80d8ea8eda07480673eba5675ae91213b8