Hello iteabr2020,
Unfortunately I am unable to reproduce the issue in sample template. I can just give you suggestions. Please go through this stackoverflow discussion https://stackoverflow.com/questions/48206992/slow-cors-preflight-options-request-in-chrome if it helps you.
also please let me know if you are using caching server?
Thanks, Anjali
Hi
We will fix this issue, for now please use datetime and convert it to dateonly in the backend
Hello okains,
I apologize for the delayed response.
By using the steps listed above, I was able to reproduce the problem and resolve it.
I don't exactly understand your situation either.
Please try to delete node_modules folder from Host project and run yarn
command.
And then repeat the previous steps.
Regards.
Hello hiteshsahu,
I am trying to reproduce the issue but unable to do so.
Could you please provide steps to reproduce or can you share your application on support@abp.io with ticket number so that we can better assist you.
Thanks, Anjali
If you are using abp suite after performing package install at front end it will prompt on abp suite browser window like you want to add migration. If going through command line then you can do manually https://docs.abp.io/en/commercial/latest/getting-started-running-solution?UI=MVC&DB=EF&Tiered=No#running-the-dbmigrator
Hi
Currently this feature is not implement in ABP if you can do it in a simple aspnetcore openiddict angular project then you can apply the same logic here.
let me know if you face any issue specific to abp implemenation.
Hello BassaSolutions,
could you please provide steps to reproduce.
Regards,
Hello WilliamT,
Please add this code to CustomMenuContributor under *.Web/Menus
public async Task ConfigureMenuAsync(MenuConfigurationContext context)
{
if (context.Menu.Name == StandardMenus.User)
{
context.Menu.Items.RemoveAll(x => x.Name == "Account.SecurityLogs");
context.Menu.Items.RemoveAll(x => x.Name == "Account.LinkedAccounts");
context.Menu.Items.RemoveAll(x => x.Name == "Account.AuthorityDelegation");
}
}
It will gives output like
Hello mc86.
please check this https://docs.telerik.com/blazor-ui/knowledge-base/common-increase-signalr-max-message-size
regards,