Closed armintodev closed 1 year ago
Is there any more output in the log to understand what exception was thrown?
@josephdecock problem solved by update IdentityServer packages to RC🙄
Okay, I'm glad your issue is solved. We're adding support for .NET 7 in 6.2. Just to confirm, you were getting this problem with IdentityServer 6.1.7 and .NET 7?
Yes. that's right
Thank you!
Which version of Duende IdentityServer are you using? 6.1.7
Which version of .NET are you using? .Net 7
Describe the bug when I trying to seed some data into IdentityServer tables in database likes Clients,ApiResource,IdentityResource etc... get an excpetion. I using some static data in Config.cs file and use ToEntity() extension method to mapping data.
Log output/exception with stacktrace
here's my code