SQL server error in table RoleClaims #2121
-
I set up Sql Server as database, but there is an error in table RoleClaims cause is not set Identity, if you dont change the table CREATE ``` |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Can we just confirm that you’re running .NET9. As there’s no changes to the Identity package this would indicate a breaking change between 8 and 9 from Microsoft. |
Beta Was this translation helpful? Give feedback.
-
However, the current migration indicates the column is created as identity. Did you encounter any other issues during that could’ve affected setup? https://github.com/PiranhaCMS/piranha.core/blob/master/identity/Piranha.AspNetCore.Identity.SQLServer/Migrations/20180516203540_InitialCreate.cs#L57 |
Beta Was this translation helpful? Give feedback.
Makes sense! You need to switch database package for Identity as well!