Activities of "maliming"

You should have some migration files on 8.1.4

Then you can add a new migration file after upgradeing to 8.2.0

hi

Can you try to add the code below to all your backend projects?

public override void ConfigureServices(ServiceConfigurationContext context)
{
    context.Services.Replace(ServiceDescriptor.Transient<IEmailSender, MailKitSmtpEmailSender>());
}

hi

You can add a new ef core migration(dotnet ef migration add abp_82)

What are your current migration files? Can you share a screenshot?

eg:

hi

You can change the MySQL setting and try again.

https://dev.mysql.com/doc/refman/8.4/en/too-many-connections.html https://stackoverflow.com/questions/19822558/how-to-set-max-connections-in-mysql-programmatically
https://www.ionos.com/digitalguide/websites/web-development/solve-mysqlmariadb-too-many-connections-error/

Great

hi

Please try this solution:

https://github.com/abpframework/abp/issues/20145#issuecomment-2202052771

: )

hi

Please share the application logs.txt.

liming.ma@volosoft.com
Thanks

hi

1.

Can you try to disable the IsDynamicClaimsEnabled?

context.Services.Configure<AbpClaimsPrincipalFactoryOptions>(options =>
{
    options.IsDynamicClaimsEnabled = false;
});

2.

Can you use a new SQL server to test this?

You can use the SQL server in Docker to try again.

https://learn.microsoft.com/en-us/sql/linux/quickstart-install-connect-docker?view=sql-server-ver16&tabs=cli&pivots=cs1-bash

3.

Can you share a website URL to let me check it online?

Thanks

hi

We have a PR to improve the web farm situation.

https://github.com/abpframework/abp/pull/19870

It is available on 8.1

Showing 4451 to 4460 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.