SimpleIdServer icon indicating copy to clipboard operation
SimpleIdServer copied to clipboard

Dotnet Template use Postgres

Open littlesmilelove opened this issue 8 months ago • 1 comments

Image

When I use Dotnet Template use Postgres, first launch will encounter this issue.

littlesmilelove avatar Jun 08 '25 09:06 littlesmilelove

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

simpleidserver avatar Jun 10 '25 13:06 simpleidserver