Closed luis3199correia closed 3 years ago
We need more details to repro the issue. Which OS are you using first?
We need more details to repro the issue. Which OS are you using first?
I've Orchard deployed in a AKS pod.
PRETTY_NAME="Debian GNU/Linux 9 (stretch)" NAME="Debian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)" VERSION_CODENAME=stretch ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"
I found a system property that was not defined and should be.
@luis3199correia I am having the same problem. What is this system property you are referring to and how should it be defined?
I found a system property that was not defined and should be.
Very helpful...
For me the problem appeared on the mcr.microsoft.com/dotnet/aspnet:5.0-alpine
image and was solved by installing lcu-libs.
Change to Dockerfile:
RUN apk add --no-cache icu-libs
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
Describe the bug
When I'm setting up my Orchard, the "Change language" field only have "Invariant Language" options, and with that option I have an error in database field "An error occurred while initializing the datastore: Globalization Invariant Mode is not supported."
Expected behavior
Screenshots
I've pre configured my database setup with appsettings