hi
Can you try to add <PackageReference Include="Volo.Abp.AspNetCore.Abstractions" Version="8.2.1" />
to your project?
hi
Are there any error messages in your browser console?
Please share the logs of backend
Thanks
hi
Are these folders empty?
Or what files exist in it?
modules
views
pages
hi
What are CLI command output when you create the project?
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.