You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[14:44:46 WRN] Storing keys in a directory '/root/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed. For more information go to https://aka.ms/aspnet/dataprotectionwarning {EventId={Id=60, Name="UsingEphemeralFileSystemLocationInContainer"}, SourceContext="Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository", ThreadId=1}
[14:44:46 WRN] No XML encryptor configured. Key {67af71a5-2d80-4417-a2c0-29b2a34eb323} may be persisted to storage in unencrypted form. {EventId={Id=35, Name="NoXMLEncryptorConfiguredKeyMayBePersistedToStorageInUnencryptedForm"}, SourceContext="Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager", ThreadId=1}
Hostname | ip-172-31-23-41
OS Information | linux x86_64 Ubuntu 22.04.4 LTS
Kernel Version | 6.5.0-1014-aws
Total CPU | 1
Total memory | 995.4 MB
Version | 24.0.5 (API: 1.43)
Root directory | /var/lib/docker
Storage Driver | overlay2
Logging Driver | json-file
Volume Plugins | local
Network Plugins | bridge, host, ipvlan, macvlan, null, overlay
The text was updated successfully, but these errors were encountered:
That warning is normal. It's not storing data protection keys in persistent storage, both for security and because it's not worth the effort of implementing.
All this means is that the "Remember Me" checkbox doesn't survive container restarts.
The container not starting is due to something else, but I don't know what. Maybe a configuration issue in the compose file. You can also try pulling the preview tag and see if that helps.
I'm getting error
[14:44:46 WRN] Storing keys in a directory '/root/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed. For more information go to https://aka.ms/aspnet/dataprotectionwarning {EventId={Id=60, Name="UsingEphemeralFileSystemLocationInContainer"}, SourceContext="Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository", ThreadId=1}
[14:44:46 WRN] No XML encryptor configured. Key {67af71a5-2d80-4417-a2c0-29b2a34eb323} may be persisted to storage in unencrypted form. {EventId={Id=35, Name="NoXMLEncryptorConfiguredKeyMayBePersistedToStorageInUnencryptedForm"}, SourceContext="Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager", ThreadId=1}
Hostname | ip-172-31-23-41
OS Information | linux x86_64 Ubuntu 22.04.4 LTS
Kernel Version | 6.5.0-1014-aws
Total CPU | 1
Total memory | 995.4 MB
Version | 24.0.5 (API: 1.43)
Root directory | /var/lib/docker
Storage Driver | overlay2
Logging Driver | json-file
Volume Plugins | local
Network Plugins | bridge, host, ipvlan, macvlan, null, overlay
The text was updated successfully, but these errors were encountered: