Hi,
There are multiple reasons for slow API performance.
The first step is to find the reason, you can check your logs or use some APM tools(elastic APM or application insights) Then we can analyze and fix it
Hi,
Will this can help you? https://support.abp.io/QA/Questions/6663/Licensing-problem#answer-3a10afcf-030f-043e-40d2-0a4f708062c8
Hi,
You can use the JS click event to update the page title dynamic.
For example:
....
<tab data-title="Account type">
$("....").on('click', () = > {
   // update the page header.
   var title = $(this).data("title");
   $("..").val(title)
})
                        Hi,
Suite doesn't support this, you need to add your module to solution manually
Hi,
The date-picker resource reference should be added globally to the layout page but your project probably doesn't use a standard layout (I guess, or for some other reason)
You can try to reference it manually.
<abp-style-bundle name="Global" />
<abp-script-bundle name="Global" />
BTW, If you can share a simple project that can reproduce the problem with me, I can check it. my email is shiwei.liang@volosoft.com
Hi,
Try
package-lock.josn and yarn.lockabp install-libsYou should able to see the bootstrap-datepicker under /libs/bootstrap-datepicker folder
Hi,
is that for version 6 as well ?
As I remember, yes.
I cannot find bootstrap-datepicker under my /libs/abp folder
Could you share the package.json content?
Hi,
We support the Blazor web app in the 8.2 version, it will come soon.
https://github.com/abpframework/abp/tree/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp
We are fully testing the early version of 8.2, and will release the first preview version after the testing is complete.