Open Closed

Authenticator App - Blazor Server upgrade to 7.4.2 #6190


User avatar
0
balessi75 created

ABP Commercial 7.4.2 / Blazor Server / EF / Non tiered / Separate Host and Tenant DBs / Lepton Theme

When upgrading a newly templated 7.2.1 project to 7.4.2, the QR Code in My Account > Authenticator App is empty (see screenshot below).

This does not occur when directly creating a 7.4.2 app (without going through an upgrade from an earlier version).

Please advise, thank you.


7 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Please share the package.json of your blazor server project.

  • User Avatar
    0
    balessi75 created

    Hi @mailiming,

    {
      "version": "1.0.0",
      "name": "my-app",
      "private": true,
      "dependencies": {
        "@volo/abp.aspnetcore.mvc.ui.theme.lepton": "~7.4.2",
        "@volo/abp.aspnetcore.components.server.leptontheme": "~7.4.2",
        "@volo/cms-kit-pro.admin": "~7.4.2",
        "@volo/account": "~7.4.2"
      }
    }
    
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    ok, Can you run the abp install-libs in balzor server project and re-check the qr page?

  • User Avatar
    0
    balessi75 created

    Thanks @maliming!

    I forgot about install-libs, that worked :-)

  • User Avatar
    0
    balessi75 created

    A follow up question....

    In the authenticator app, the application is identified using the .NET project name <company>.<app>.Blazor, How can we customize the application name registered with the user's authenticator app?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can change the application name by: https://docs.abp.io/en/abp/latest/Deployment/Distributed-Microservice#application-name-instance-id

  • User Avatar
    0
    balessi75 created

    Excellent, that worked.

    Thanks @mailiming !

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11