- ABP Framework version: v7.3.0
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): MVC
- Exception message and stack trace:
- Steps to reproduce the issue:
Hello,
I am trying the new version 7.3.0.
The new login design is not fully responsive in a desktop application. When I tried to login, the button is half-cut and the scrollbar is deactivated.
I attached a video to describe the issue. https://www.loom.com/share/559ffd5537dd474caa0644fabc95fa35
There are also some Console Errors showing up like a missing SVG file and a missing moment.min.js.map file
The new version (v7.3.0) is still using the LeptonX theme version 2.3.0--rc.3. When the final version of v2.3.0 is going to be released?
Thanks.
2 Answer(s)
-
0
Added another bug found in lepton X version 2.3.0-rc.3
If you navigate to https://localhost:44344/Identity/Roles
You get the following error in the console
I figure it out that it's caused here.
If I modify
ProfileImageUrl = $"api/account/profile-picture-file/{CurrentUser.Id}",
for this
ProfileImageUrl = $"/api/account/profile-picture-file/{CurrentUser.Id}",
It solves the issue.
-
0
Hi Rafael,
Thank you very much for your investigation. You contribute a wonderful thing to our team to build up the framework better. I will refund your credit.
Regards, Long