Activities of "maliming"

If your Entity has no IMultiTenant, abp will switch to host(tenant will null) If your DbContext has IgnoreMultiTenancyAttribute, abp will switch to host(tenant will null)

I can build your project via dotnet build command

 % dotnet build
Restore complete (0.2s)
  Test.Domain.Shared succeeded (0.1s) → ABPSampleTenant/src/Test.Domain.Shared/bin/Debug/net9.0/Test.Domain.Shared.dll
  Test.Domain succeeded (0.1s) → ABPSampleTenant/src/Test.Domain/bin/Debug/net9.0/Test.Domain.dll
  Test.EntityFrameworkCore succeeded (0.1s) → ABPSampleTenant/src/Test.EntityFrameworkCore/bin/Debug/net9.0/Test.EntityFrameworkCore.dll
  Test.AuthServer succeeded (2.6s) → bin/Debug/net9.0/Test.AuthServer.dll

Build succeeded in 3.7s
maliming@malim Test.AuthServer % 

hi

Please make your GitHub repos PRIVATE.

hi

You can use this sample to test your Abp.Mailing configuration

  1. The Password of Abp.Mailing.Smtp.Password in appsettings.json file needs to encrypt!
  2. Please use the IStringEncryptionService to encrypt the plain text password.
  3. Note that encryption may be affected by the configuration of StringEncryption:DefaultPassPhrase in appsettings.json.

https://github.com/abpframework/abp-samples/tree/master/EmailSendDemo

Thanks, I will check it asap.

hi

It seems the SaasDbContext gets the wrong connection strings.

Is it possible to share the project code?

liming.ma@volosoft.com

Thanks.

hi

Here is my test code:

Good news. I will also share a community article to explain this. https://github.com/abpframework/abp/issues/22919

Thanks.

hi

Add a middleware to your https://localhost:44374 , then write the Authentication header to the logs.

GET /https://localhost:44374 HTTP/1.1
Host: https://localhost:44374
Authorization: Bearer eyJhbGciOi// your access token.

also enable debug/verb logs

hi

MAUI Blazor hybrid app : works fine locally / when deployed on the android-apple stores, doesn't work.

If you refresh the maui page. Does it works?

We recently added a MauiCurrentApplicationConfigurationCacheResetService. Can you try to add it to your Maui project and override the MauiBlazorCachedApplicationConfigurationClient?

https://github.com/abpframework/abp/pull/22866/files

Thanks.

Showing 1201 to 1210 of 10652 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.0.0-preview. Updated on September 12, 2025, 10:20