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
I was setting up a tiered Blazor-server project where I also was implementing the AuthServer in HttpApiHost.
While I was removing the languages in the DomainModule and only enabling Dutch. I restarted the application (Blazor and Host) to check my changes to my suprise English was still selected by default.
When changing to the only other language (Dutch) the select dropdown goes away and the correct language gets selected.
I was searching on the internet but could not find any solutions. Like setting the default language in the OnApplicationInitialization doesn't work.
Any help would be really recommended and thanks in advance!
Reproduction Steps
New blazor server tiered project with basic theme. Remove all the languages except dutch and start the application.
Default english will be selected with the option to change to dutch. After changing you cannot go back to english because it shouldn't be enabled.
Expected behavior
Their is no language select dropdown and dutch will be selected and defaulted to.
Actual behavior
Their is a language dropdown with 1 option dutch and english is selected by default.
Regression?
No response
Known Workarounds
None
Version
8.3.3
User Interface
Blazor Server
Database Provider
EF Core (Default)
Tiered or separate authentication server
Tiered
Operation System
Linux
Other information
No response
The text was updated successfully, but these errors were encountered:
This is a test project I created. All the languages are disabled except for nl-BE in the DomainModule and in the SharedDomainModule default culture name is changed to nl-BE. This is a blazor-server tiered project with the latest abp framework.
I also cleared my cookies after changing the languages.
Is there an existing issue for this?
Description
I was setting up a tiered Blazor-server project where I also was implementing the AuthServer in HttpApiHost.
While I was removing the languages in the DomainModule and only enabling Dutch. I restarted the application (Blazor and Host) to check my changes to my suprise English was still selected by default.
When changing to the only other language (Dutch) the select dropdown goes away and the correct language gets selected.
I was searching on the internet but could not find any solutions. Like setting the default language in the OnApplicationInitialization doesn't work.
Any help would be really recommended and thanks in advance!
Reproduction Steps
New blazor server tiered project with basic theme. Remove all the languages except dutch and start the application.
Default english will be selected with the option to change to dutch. After changing you cannot go back to english because it shouldn't be enabled.
Expected behavior
Their is no language select dropdown and dutch will be selected and defaulted to.
Actual behavior
Their is a language dropdown with 1 option dutch and english is selected by default.
Regression?
No response
Known Workarounds
None
Version
8.3.3
User Interface
Blazor Server
Database Provider
EF Core (Default)
Tiered or separate authentication server
Tiered
Operation System
Linux
Other information
No response
The text was updated successfully, but these errors were encountered: