Activities of "maliming"

From the stack, the error exists in FileProviders.Physical.PhysicalFilesWatche instead of abp and autofac.

Abp just using the Configuration => PhysicalFilesWatcher

user can get all details about external provider configuration

these are public info not including the secrets.

hi

using IdentityUser = Volo.Abp.Identity.IdentityUser;

and you can inject the Volo.Abp.Identity.IdentityUserManager service.

hi

You can try dotnet publish command to publish the website.

https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish https://docs.microsoft.com/en-us/aspnet/core/tutorials/publish-to-iis?view=aspnetcore-6.0&tabs=netcore-cli

There is an error on your site.

hi

You can see https://docs.abp.io/en/abp/latest/Entity-Framework-Core-Migrations#using-multiple-databases https://docs.abp.io/en/abp/latest/Entity-Framework-Core-Migrations#separating-host-tenant-database-schemas

hi

can i copy manually the folder libs and paste in bin/Release/net6.0/publish/wwwroot/libs ?

You can try this. Copy wwwrrot to the IIS website directory.

hi

Please try to addExtensionGrantValidator in PreConfigure method.

public override void PreConfigureServices(ServiceConfigurationContext context)
{
    PreConfigure<IIdentityServerBuilder>(identityServerBuilder =>
    {
        identityServerBuilder.AddExtensionGrantValidator<DelegationGrantValidator>();
    });
}

hi

Please share full error info.

ok, I will try to fix it.

Try this?

<ItemGroup>
    <Content Include="wwwroot\**\*">
      <CopyToPublishDirectory>Always</CopyToPublishDirectory>
    </Content>
</ItemGroup>
Showing 8371 to 8380 of 10560 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 04, 2025, 08:36