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)
-
0
hi
How can I reproduce this? : )
-
0
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.
-
0
Please make your repo private.
Then invite me, Thanks
https://github.com/maliming
-
0
Please make your repo private.
Then invite me, Thanks
https://github.com/maliming
Invited. Kindly check.
Thanks
-
0
hi
The application terminated when I ran the
in2Facts.portal.Web
.Do you have any ideas to run the app?
-
0
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.
-
0
ok, Please also share the steps to show the issue, thanks.
-
0
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.
-
0
Thanks.
-
0
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"); });
-
0
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?
-
0
hi
This is a bug,We fixed it in new version.
-
0
Your question credits were refunded.
-
0
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?
-
0
hi
You can open a new question. Thanks.
-
0
hi
You can open a new question. Thanks.
Ok thanks.