0
engineering@climatecamp.io created
After updating ABP to version 9.1.1, we are encountering issues with localization and configuration state in the Angular frontend when the page is reloaded:
Localization strings are missing after a browser reload.
Browser tab title resets to the default "MyProjectName" instead of the localized/project-specific name.
this.configStateService.getOne(currentTenant) and getOne(currentUser) return undefined after reload. These previously worked as expected before the update.
To reproduce:
1 Answer(s)
-
0
Hi, thanks for the detailed explanation. This was a known issue and we fixed it: https://github.com/abpframework/abp/pull/22629
So, if it's possible can you upgrade your project to
v9.1.2
, which includes this fix?Regards.