Activities of "maliming"

Enabling them will create several threads to initialize or synchronize data after the application starts. You can try disabling them.

From https://github.com/abpframework/abp/pull/13644

Thanks

Why create a tenant for a user in this situation?

This doesn't really seem like a multi-tenant use case.

The Account layout source code is https://github.com/abpframework/abp/blob/dev/modules/basic-theme/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/Themes/Basic/Layouts/Account.cshtml#L99

The PageAlertsViewComponent source code is https://github.com/abpframework/abp/blob/WebRequestResources/modules/basic-theme/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/Themes/Basic/Components/PageAlerts

You can change its position and style by overriding the account layout and creating your MyPageAlertsViewComponent

Thanks.

Answer

hi

I will check the cookies after publishing the website.

Also, keep the debug logs.

Thanks.

hi

The Login page will use a form to submit. The Alert message will be displayed on the entire HTML response page.

You can change the style and position of the Alert component. What is your current MVC theme? LeptonX?

Thanks.

hi

The error is

MySqlConnector.MySqlException (0x80004005): Table 'saas_spc.chatusers' doesn't exist

default:Server=192.168.1.188;Port=3306;Database=SaaS_spc;Uid=root;Pwd=shrhkjgs@-@;
AdministrationService Server=192.168.1.188;Port=3306;Database=SaaS_spcadmin;Uid=root;Pwd=shrhkjgs@-@
AuditLoggingService Server=192.168.1.188;Port=3306;Database=SaaS_spcaudit;Uid=root;Pwd=shrhkjgs@-@;
LanguageService Server=192.168.1.188;Port=3306;Database=SaaS_spclang;Uid=root;Pwd=shrhkjgs@-@;

Can you check the tables in the SaaS_spc database?

Thanks.

Answer

hi

Your current error is unrelated to the session.

I think it's about the subdomain and cookies.

Can you publish it online temporarily? After I've checked, you can stop it.


Or how can I reproduce it in my local?

Thanks.

hi

Can you share your project Solution Configuration?

The Blazor project should be like that:

./apps/blazor/MyApplication.Blazor/appsettings.json ./apps/blazor/MyApplication.Blazor.Client/wwwroot/appsettings.json

hi

You can also try to disable these to see if it helps.

public override void ConfigureServices(ServiceConfigurationContext context)
{
    Configure<FeatureManagementOptions>(options =>
    {
        options.SaveStaticFeaturesToDatabase = false;
        options.IsDynamicFeatureStoreEnabled = false;
    });
    Configure<PermissionManagementOptions>(options =>
    {
        options.SaveStaticPermissionsToDatabase = false;
        options.IsDynamicPermissionStoreEnabled = false;
    });

    Configure<TextTemplateManagementOptions>(options =>
    {
        options.SaveStaticTemplatesToDatabase = false;
        options.IsDynamicTemplateStoreEnabled = false;
    });

    Configure<AbpExternalLocalizationOptions>(options =>
    {
        options.SaveToExternalStore = false;
    });
}

Thanks

hi

This is possible, and will there be multiple users in your tenant?

Thanks.

Showing 1401 to 1410 of 11556 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.