Activities of "maliming"

hi

Why do this? Maybe you can do it another way.

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.

Showing 9341 to 9350 of 11531 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.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.