Activities of "Anjali_Musmade"

Hello BassaSolutions,

Please check this similar issue https://support.abp.io/QA/Questions/3281/Swagger-Authorisation--401-Response-instead-of-login-page-redirect#

Regards,

Hello Karim,

I know your project is a Blazor WASM project, but your Host project must be having node_modules and yarn.lock file. You can delete that yarn.lock file instead of node_modules folder and run yarn command in cmd of Host project.

  1. Goto main solution and open CMD ; hit command dotnet clean
  2. after that hit command dotnet restore
  3. goto Blazor project open cmd and hit commandabp bundle
  4. after that goto Host project open cmd and hit command dotnet build and then dotnet run
  5. same as above for Blazor project also and then your project will run.

Even if this doesn't help you try to update Leptonx version. Please check if any error occurs while firing above commands.

Regards,

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

Showing 751 to 760 of 1189 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11