Activities of "maliming"

Can I check it remotely?

https://zoom.us/j/98236731173?pwd=NGcvckhBUExCajhDRmg0UkkrSmxCdz09

hi

Can you try to add js and css? Just example

https://docs.abp.io/en/abp/latest/UI/AspNetCore/Bundling-Minification https://docs.abp.io/en/abp/latest/UI/AspNetCore/Layout-Hooks

hi

I think there should be logs, otherwise we can't confirm the problem.

hi MajidAli

The Webproject of module is not real web application, You can only debug it though the Host project.

hi

You need to change the url in appsettings.json that in DbMigrator project before run the Migrator.

Can you confirm the CorsOrigins in appsettings.json of your api and identity server project?

hi

The call and retry mechanism exists in BackgroundJobWorker, Maybe you can consider override this service, but I don't recommend you to do so.

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.BackgroundJobs/Volo/Abp/BackgroundJobs/BackgroundJobWorker.cs#L33

hi

liming.ma@volosoft.com

hi @vijay.nallala

Can you check your browser console when the error occur?

Maybe same with: https://support.abp.io/QA/Questions/1058/Error-UpdatingDeleting-records-when-application-is-deployed-to-IIS-Server#answer-bfb20de2-7123-b31f-27ac-39fb546555c9

hi

Can you try this? Please set your default language to Finnish,

app.UseAbpRequestLocalization(x =>
{
    x.RequestCultureProviders.RemoveAll(p => p.GetType() == typeof(AcceptLanguageHeaderRequestCultureProvider));
});

You need to restart the application to take effect when you change the default language.

I will deal with this problem. https://github.com/abpframework/abp/issues/9158

hi

As you can see. There is a console app. that call the IProfileAppService which requires authentication and authorization,

It will use the identity server to get the token, and then call the web api corresponding to IProfileAppService.

https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/test/MyCompanyName.MyProjectName.HttpApi.Client.ConsoleTestApp/appsettings.json#L7

You can call application services in a similar way in your event handler or background job/work.

Showing 7011 to 7020 of 7751 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 25, 2024, 05:13