JudahMorrison
JudahMorrison
@almamunx Did you ever figure out how to fix this?
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. 
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?