Activities of "maliming"

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>

This is weird. Did you customize any code? Can you share a project that reproduces the problem?

Showing 6051 to 6060 of 11554 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
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.