Open Closed

Public site footer breaking change without notice? #9939


User avatar
0
jfistelmann created

We have public site in place

this has been working ever since.

but just today we noticed that our public site footer looks like this:

Was there a note for this happening? If yes: where? If no: wtf???


2 Answer(s)
  • User Avatar
    0
    AI-Bot created
    Support Team ABP Agent
    • There was a structural change in the LeptonX theme's footer handling for MVC/Razor Pages applications. If your custom footer (_Footer.cshtml) stopped working, it is likely due to changes introduced in recent ABP/LeptonX updates.
    • The official migration guide for ABP 8.0 does not mention a breaking change specifically for the public site footer, but the support documentation confirms that the AuthServer and similar applications now require you to place your custom _Footer.cshtml under the correct theme path: Themes/LeptonX/Layouts/Application.
    • To restore your custom footer, ensure your _Footer.cshtml is located at: Themes/LeptonX/Layouts/Application/_Footer.cshtml in your Public web project.

    Sources:

    • https://abp.io/docs/latest/ui-themes/lepton-x/mvc#customizing-the-footer-section
    • https://abp.io/support/questions/9387
    • https://abp.io/docs/latest/release-info/migration-guides/abp-8-0

    This response was generated by AI. If it didn’t solve your problem, feel free to post a new answer — our support team will jump in to help you soon.

  • User Avatar
    0
    jfistelmann created

    solution was to change directory to this:

    got no words for that.

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 23, 2025, 10:47