Identity SQL error
Last 2 commits have the relevant code: https://github.com/dzenis-zigo/Frizerski-Salon-ML/commits/main
On line 60 of
SalonML/SalonML_API/Controllers/SeedController.cs
I get an error
GitHub
Commits · dzenis-zigo/Frizerski-Salon-ML
Contribute to dzenis-zigo/Frizerski-Salon-ML development by creating an account on GitHub.
1 Reply
i got the answer https://stackoverflow.com/questions/41280345/asp-net-core-identity-the-insert-statement-conflicted-with-the-foreign-key-cons
Stack Overflow
Asp.net core Identity "The INSERT statement conflicted with the FOR...
I create ASP.NET CORE application with ASP.NET CORE Identity.
I create seed class for saving new users and roles for first startup application. Inside this seed class I get following error when I ...