Open Closed

Page is not loading after adding an entity from Suite #9869


User avatar
0
devchase321 created

ABP Version : 9.3.2 UI : Blazor Database : SQL Server Auth server : Separated

  1. Create new Entity from Suite.
  2. Login to Admin application
  3. Click on newly created entity menu.
  4. In console I am getting error around 1900 count. Please check attached image


3 Answer(s)
  • User Avatar
    0
    AI-Bot created
    Support Team ABP Agent
    • The error message indicates that the Blazor client cannot find the remote action for your new entity's AppService (e.g., IQuizQuestionCategoriesAppService). This usually means the backend API for the entity was not properly generated, registered, or exposed.

    To resolve this:

    1. Ensure the Application and HTTP API layers are built and referenced correctly:

      • The Application.Contracts project should define the DTOs and service interfaces.
      • The Application project should implement the AppService.
      • The HttpApi project should expose the service via controllers.
    2. Rebuild the solution and ensure all migrations are applied if you added new entities.

    3. Check that your new AppService is decorated with the [RemoteService] attribute (or not explicitly disabled).

    4. Make sure the module dependencies are correct and the new module is added to your main module's DependsOn attribute.

    5. If you are using a microservice or modular solution, ensure the service is exposed in the correct host.

    6. Remove and re-add the solution in ABP Suite to refresh its internal cache.

    7. If you have a custom folder structure, align it with the default ABP template.

    For more details and troubleshooting steps, see:

    • https://abp.io/docs/latest/suite/generating-crud-page
    • https://abp.io/support/questions/9600

    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
    devchase321 created

    Yes, they looks correct. bot answer did not help me.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Can you share a template project with your steps and share the code?

    Thanks. liming.ma@volosoft.com

    1. Create new Entity from Suite.
    2. Login to Admin application
    3. Click on newly created entity menu.
    4. In console I am getting error around 1900 count. Please check attached image
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
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 10, 2025, 06:30