eleionomai

Results 3 comments of eleionomai

Same issue here with length declaration of the utf8mb4 character set using MariaDB 10.3.28. ``` # 20201108173253_UpdateIdentityServerToVersion4.cs 159 Value = table.Column(maxLength: 4000, nullable: false), ``` ``` [09:59:08 ERR] Failed executing...

I've moved the application to a new server and the problem seems to be solved. The old environment was running multiple .Net versions: ``` Microsoft.AspNetCore.App 3.1.15 [/usr/lib64/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 5.0.8 [/usr/lib64/dotnet/shared/Microsoft.AspNetCore.App]...

Unfortunately the problem has occured again. This time the sts api didn't respond: ``` Error connecting to https://identity.xxxxxx.eu/.well-known/openid-configuration: Service Unavailable ``` After restart evereything is working as expected.