Activities of "maliming"

hi jacek

You can add MainPortal.Application.Contracts to your MainPortal.AuthServer

This will make things easier.

<ProjectReference Include="..\MainPortal.Application.Contracts\MainPortal.Application.Contracts.csproj" />
   
 typeof(SaasHostApplicationContractsModule),
    typeof(MainPortalApplicationContractsModule),
    typeof(MainPortalEntityFrameworkCoreModule)
    )]

hi

Do you have the code below in your project(IdentityService.HttpApi.Host)?

Configure<AbpAspNetCoreMvcOptions>(options =>
{
    options.ExposeIntegrationServices = true;
});

ok, Please share the logs for the 404 error(44325 and 44388)

hi

Please share some code and steps to reproduce.

Thanks

hi smansuri

What's the current error?

hi @dhill

Please create separate questions, thanks.

ok, I see, I will ask our colleague.

hi

In short, You have to abp login to debug the test methods. access-token.bin is required.

I have refunded your ticket.

hi

I am using Vue.js in the ABP Create Modal to post the data from the razor page to the UI elements for create and edit.

Can you share some demo code of this case?

The vue and the razor.cshtml and razor.cs

Thanks.

hi

Modules are independent of each other. It is not recommended to reference other module entities in your module.

But you can do this by reference Volo.Abp.Identity.pro in each project.

when i chose "Include entities from ABP modules" then I can choses ABP entities.

I'm not sure you can do this. Like I said before Modules are independent of each other.

Showing 521 to 530 of 7738 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 23, 2024, 13:33