SimpleIdServer
SimpleIdServer copied to clipboard
Dotnet Template use Postgres
When I use Dotnet Template use Postgres, first launch will encounter this issue.
Hello,
An exception may occur because the ClientTypeDataSeeder script runs before the database is migrated. This can happen in the following cases:
- A database already exists, and the ClientTypeDataSeeder script has not yet been executed.
- The ClientType column is an integer instead of a string.
This exception is expected and should not disrupt the application. If you prefer to avoid running the script during runtime, you can simply remove it from the project.
KR SID