Activities of "Anjali_Musmade"

Hi

Can you please check Routes section in ocelot.json file present in WebGateway

Host (Host name of deployed application) and Port

Check BaseUrl also - It should be your deployed Web gateway URL

Hello WilliamT,

please try to add the below code to add new menu item

context.Menu.AddItem(
               new ApplicationMenuItem(demo5979Menus.Home,"My New Menu Item", "/My/NewMenuItem", icon: "fa fa-home"));

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

While creating new project with abp suite added connection string

After downloading project on abp suite window got prompt message for migration of initial data.

Is this you want or I am missing something?

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,

Showing 651 to 660 of 1087 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 23, 2024, 13:33