Open Closed

SyncfusionThird party library is not rendering #5820


User avatar
0
Sraman created

ABP Framework version: v7.3.0

UI Type: MVC

Database System: EF Core (SQL Server.)

Tiered (for MVC) or Auth Server Separated (for Angular): no

Exception message and full stack trace: Which was working absolutely fine, but its working for recently cloned project from git.

I don't see any exception, but syncfusion components are not rendering. Then I found that syncfusion folder under libs in browser source is missing.

I tried with yarn and abp install-libs. But no luck.

I have a working solution as well, but unable to spot the difference. Need suggestion to fix this issue.

Please find the below screenshot for the one which is working and also the one which is not working


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

    hi

    How can I reproduce this? : )

  • User Avatar
    0
    Sraman created

    hi

    How can I reproduce this? : )

    Please find the below solution which i reproduced the issue,

    We should see the syncfusion controls on the azureblobmanager page from the menu. But currently its not rendering.

    please take a look.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Please make your repo private.

    Then invite me, Thanks

    https://github.com/maliming

  • User Avatar
    0
    Sraman created

    Please make your repo private.

    Then invite me, Thanks

    https://github.com/maliming

    Invited. Kindly check.

    Thanks

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    The application terminated when I ran the in2Facts.portal.Web.

    Do you have any ideas to run the app?

  • User Avatar
    0
    Sraman created

    hi

    The application terminated when I ran the in2Facts.portal.Web.

    Do you have any ideas to run the app?

    It may be because of no abp license code. I removed. I added again. Please get latest and try again.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    ok, Please also share the steps to show the issue, thanks.

  • User Avatar
    0
    Sraman created

    ok, Please also share the steps to show the issue, thanks.

    I already shared the steps. I problem is syncfusion components are not rendering all of sudden. Which was working fine before.

    If you run the application and go to page azureblobmanager ideally I should see syncfusion component. But its not working.

    I followed this https://support.abp.io/QA/Questions/5697/Syncfusion-integration-with-ABP-Mvc-application, and it was working.

    Now the issue is its not working. Noting changed, but its not working. If you run the app and go to browser and press f12 and see the source it looks like syncfusion is missing on the libs folder. I suspect that could be the issue. And not sure what to do. Need your help on this.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Thanks.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can update abp packages to 7.3.3

    or

    Configure<AbpLayoutHookOptions>(options =>
    {
        options.Add(LayoutHooks.Head.Last, typeof(SyncfusionStyleComponent), layout: "Application");
        options.Add(LayoutHooks.Body.Last, typeof(SyncfusionScriptComponent), layout: "Application");
    });
    
  • User Avatar
    0
    Sraman created

    Configure<AbpLayoutHookOptions>(options => { options.Add(LayoutHooks.Head.Last, typeof(SyncfusionStyleComponent), layout: "Application"); options.Add(LayoutHooks.Body.Last, typeof(SyncfusionScriptComponent), layout: "Application"); });

    It was working fine till friday. Is this a new update?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    This is a bug,We fixed it in new version.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Your question credits were refunded.

  • User Avatar
    0
    Sraman created

    Your question credits were refunded.

    Ok. Thank you. One final question, May I know can I render the syncfusion components to the modules project. Because I dont see libs and component folders on modules. Is there any document for that?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can open a new question. Thanks.

  • User Avatar
    0
    Sraman created

    hi

    You can open a new question. Thanks.

    Ok thanks.

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