Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mongodb has error when running setup #2308

Open
TheHadiAhmadi opened this issue Nov 29, 2024 · 1 comment · May be fixed by #2320
Open

Mongodb has error when running setup #2308

TheHadiAhmadi opened this issue Nov 29, 2024 · 1 comment · May be fixed by #2320
Assignees
Labels
bug Something isn't working
Milestone

Comments

@TheHadiAhmadi
Copy link
Contributor

image

appsettings.json:

{
  "Database": "MongoDb",
  "ConnectionStrings": {
    "DefaultConnection": "mongodb://127.0.0.1:27017/FluentCMS2"
  },
  ...
}

Dotnet Version: 8.0.403

@TheHadiAhmadi TheHadiAhmadi added the bug Something isn't working label Nov 29, 2024
@TheHadiAhmadi TheHadiAhmadi added this to the MVP milestone Nov 29, 2024
@pournasserian
Copy link
Contributor

It seems that MongoDB team has known issue and they are working on that:
https://www.mongodb.com/community/forums/t/ef-core-dbcontext-not-using-global-guidrepresentation/289973/11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants