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)
-
0
hi
Please share the
package.json
of your blazor server project. -
0
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" } }
-
0
ok, Can you run the
abp install-libs
in balzor server project and re-check the qr page? -
0
Thanks @maliming!
I forgot about install-libs, that worked :-)
-
0
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?
-
0
hi
You can change the application name by: https://docs.abp.io/en/abp/latest/Deployment/Distributed-Microservice#application-name-instance-id
-
0
Excellent, that worked.
Thanks @mailiming !