Open Closed

Custom Login Page nuget package conflict #2490


User avatar
0
James2311 created
  • ABP Framework version: v5.1
  • UI type: Blazor WASM
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue: Follow this url https://community.abp.io/posts/how-to-customize-the-login-page-of-an-abp-blazor-application-by4o9yms. We are having microservice solution and tried to add Custom Login page and Model in IdentityService.HttpApi.Host project and getting nuget package conflict.

4 Answer(s)
  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    We are having microservice solution and tried to add Custom Login page and Model in IdentityService.HttpApi.Host project and getting nuget package conflict.

    Login is not hosted by IdentityService but AuthServer application (localhost44330 default). You should make these changes under AuthServer. IdentityService doesn't host any UI.

  • User Avatar
    0
    James2311 created

    We are having microservice solution and tried to add Custom Login page and Model in IdentityService.HttpApi.Host project and getting nuget package conflict.

    Login is not hosted by IdentityService but AuthServer application (localhost44330 default). You should make these changes under AuthServer. IdentityService doesn't host any UI.

    Thanks for response. But having same issue with AuthServer as well. Is there any working sample available for customize login/registration page with Microservice solution?

  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    AuthServer is an MVC application. Can you check this community article about customizing the login page? There is also sample code in the article.

  • User Avatar
    0
    James2311 created

    Thanks, resolved the issue.

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