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:
5 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.
-
0
Hi, we tried updating to v9.1.3 and the issue is still there. Worth mentioning that this happens only on reload, navigating to different pages back and forth works fine.
Any other suggestions on what we can try? Thanks.
-
0
Hi, we tried updating to v9.1.3 and the issue is still there. Worth mentioning that this happens only on reload, navigating to different pages back and forth works fine.
Any other suggestions on what we can try? Thanks.
Can you try to delete all
node_modules
folder andyarn.lock
/package.lock
files. Try to install dependencies from scratch again executingyarn
command. If the problem still exists, I'll deliver this issue to the @angular team asap -
0
Hi, thanks for the suggestion. We tried deleting node_modules and yarn.lock files multiple times, it didn't help ☹️
-
0
Hello, I wasn’t able to reproduce the issue you described in my environment. To better understand and help you troubleshoot the problem, could you please send a minimal example to the following email address: erdem.caygor@volosoft.com. Best regards