Open Closed

Localization and ConfigState issues after page reload in Angular (ABP v9.1.1) #9245


User avatar
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:

  1. Localization strings are missing after a browser reload.

  2. Browser tab title resets to the default "MyProjectName" instead of the localized/project-specific name.

  3. this.configStateService.getOne(currentTenant) and getOne(currentUser) return undefined after reload. These previously worked as expected before the update.

To reproduce:

  • Log into the application.
  • Reload the page in the browser.
  • Observe the issues listed above.

5 Answer(s)
  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    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.

  • User Avatar
    0
    engineering@climatecamp.io created

    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.

  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    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 and yarn.lock/package.lock files. Try to install dependencies from scratch again executing yarn command. If the problem still exists, I'll deliver this issue to the @angular team asap

  • User Avatar
    0
    engineering@climatecamp.io created

    Hi, thanks for the suggestion. We tried deleting node_modules and yarn.lock files multiple times, it didn't help ☹️

  • User Avatar
    0
    erdem.caygor created
    Support Team

    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

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 01, 2025, 08:37