Starts in:
2 DAYS
11 HRS
40 MIN
13 SEC
Starts in:
2 D
11 H
40 M
13 S
Open Closed

ABP 8.2.3 Auth Server Disable bundle #8228


User avatar
0
DominaTang created

ABP 8.2.3 MicroServices Template

When run application locally, after upgrade, the login page layout is good (same as before). However, after the application deployed, the layout is different. How to disable ABP script and css bundle, so that I can compare local version scripts/css and deployed version. I commented the line Config Bundle, the bundle is still there.

Also, I copy over every css, lib, theme folders/files and Theme package back to prior upgrade, the UI still not same as before. Don't understand why.

Thanks, Domina


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

    hi

    What steps and code have you applied to the layout/theme?

    Can you share the csproj file content for your web project?

  • User Avatar
    0
    DominaTang created

    hi

    What steps and code have you applied to the layout/theme?

    Can you share the csproj file content for your web project?

    I figured out the reason. Our local templates folder files are not pickup when deployed. Since in release mode, the bundle is Abp's Theme package bundle + global css bundle. I compared bundled css with previous bundled css, d-lg-block and another css have display:none; in version 8, version 7 has definition for .lpx-login-image-area but version 8 seems not. So I copied version 7 css to local global css.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Great 👍

Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06