Scheme already exists: Identity.Application
An error occurred while starting the application.
InvalidOperationException: Scheme already exists: Identity.Application
Microsoft.AspNetCore.Authentication.AuthenticationOptions.AddScheme(string name, Action<AuthenticationSchemeBuilder> configureBuilder)
InvalidOperationException: Scheme already exists: Identity.Application
AddIdentity()를 여러 번 실행했을 때 발생합니다.
평상시 일어날 일 없지만, 테스트로 하나 더 추가하다보니 에러가 나서 기록해 둡니다.
Comments
Comments are closed