Activities of "maliming"

hi

Is your app depend on the AbpIdentityDomainModule?

Because we need this line of code.

context.Services.AddAbpDynamicOptions<IdentityOptions, AbpIdentityOptionsManager>();

hi

Please share the full code of registration function. Thanks

hi

You should follow Hangfire's document first.

https://docs.hangfire.io/en/latest/getting-started/aspnet-core-applications.html?highlight=addhangfireserver

hi

AddHangfireServer

context.Services.AddHangfire(config =>
{
    config.UseSqlServerStorage(connectionString, new Hangfire.SqlServer.SqlServerStorageOptions()
    {
        SchemaName = "Hangfire"
    });
});

context.Services.AddHangfireServer(options =>
{
    options.ServerName = "IdentityServerBackgroundJobs";
});

btw, your application misses some migrations.

Please add new ef core migrations and update the databse.

hi

Is there any info in the logs.txt?

hi

We will fix this. Thanks

hi

Please share full error logs. Thanks

Include Api and balzor websites.

liming.ma@volosoft.com

hi

  1. You need to depend on these BlobStoring.Databases modules.
  2. You need to add ConfigureBlobStoring to YourDbContext
  3. Add new migrations and update the database.

Please share the code you applied.

hi

This is because the DomainShared has builtin AbpVirtualFileSystem configure.

https://docs.abp.io/en/abp/latest/Virtual-File-System#working-with-the-embedded-files

Configure<AbpVirtualFileSystemOptions>(options =>
{
    options.FileSets.AddEmbedded<MyProjectNameDomainSharedModule>();
});
 <GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>

  <ItemGroup>
    <EmbeddedResource Include="*.tpl" />
    <Content Remove="*.tpl" />
  </ItemGroup>

  <ItemGroup>
    <PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.0" />
  </ItemGroup>
Showing 6031 to 6040 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.