Activities of "maliming"

For Azure, you also need to configure wildcard domain.

Here is my steps:

  1. Open MVC-TIERED project.
  2. RunAcme.BookStore.DbMigrator
  3. Run Acme.BookStore.IdentityServer, Acme.BookStore.HttpApi.Host and Acme.BookStore.Web.

Login in Acme.BookStore.Web and create a tenant.

https://tenant1.web.getabp.net:44303/

Login => https://tenant1.ids.getabp.net:44301/Account/Login/.....

hi

You can remove

Configure<AbpAntiForgeryOptions>(options =>
{
    options.AutoValidate = false;
});

[IgnoreAntiforgeryToken]

No need to validate if antiforgery cookie is not sent. That means the request is sent from a non-browser client.

Please do not carry Cookies when you call the API in POSTMAN.

hi

You can directly use CultureInfo.CurrentCulture and CultureInfo.CurrentUICulture.

https://docs.microsoft.com/en-us/aspnet/core/fundamentals/localization?view=aspnetcore-5.0#localization-middleware

The defaultLanguage is store in settings.

var defaultLanguage = await settingProvider.GetOrNullAsync(LocalizationSettingNames.DefaultLanguage);

hi

but asked to enter email address after authentication.

Can you share some screenshots?

because email already exists in claim?

It needs the claims type is

AbpClaimTypes.Email

hi @arbasu

You can remove the LanguageSwitchViewComponent from the Account layout page.

lepton-theme\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton\Themes\Lepton\Layouts\Account\Default.cshtml

https://community.abp.io/articles/how-to-customize-the-login-page-for-mvc-razor-page-applications-9a40f3cd

Answer

Good news!

HI

I can't reproduce the problem.

Can you share a simple project that using template? liming.ma@volosoft.com

hi

SqlException: Cannot open database "test_Administration" requested by the login. The login failed. Login failed for user 'sa'.

Please check the username and password of the database. Have you migrated the database?

Thanks Marten

Are there any plans on adding support for nested objects in ABP Suite?

@alper.ebicoglu What do you think?

: )

Showing 9321 to 9330 of 10651 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