JudahMorrison

Results 4 comments of JudahMorrison

What worked for me was adding: " AppContext.SetSwitch("Npgsql.EnableLegacyTimestampBehavior", true); AppContext.SetSwitch("Npgsql.DisableDateTimeInfinityConversions", true); " to Admin.Api, Admin, and STS.identity, in the beginning of my Main() functions. ![image](https://user-images.githubusercontent.com/66790728/167144203-360a80f8-f0f2-4ae5-9242-6247005268af.png)

Yes, Thanks @cculver!!! I wasted entirely way too much time on this, and your solution fixed it for me.

I have the same problem on docker version 20.10.8. Any solution to this?