Activities of "maliming"

Hi

Please share the full logs.txt file for the TEST environment.

hi

This behavior is by design.

Need to login to the portal even after the tenant activation end date is completed

activation status will be meaningless if you allow users under the tenant to log in.

hi

Can you try that?

PreConfigure<AbpOpenIddictWildcardDomainOptions>(options =>
{
    options.EnableWildcardDomainSupport = true;
    options.WildcardDomainsFormat.Add("https://{0}.web.getabp.net:44303/signin-oidc");
    options.WildcardDomainsFormat.Add("https://{0}.web.getabp.net:44303/signout-callback-oidc");
});
Configure<OpenIddictServerOptions>(options =>
{
    options.TokenValidationParameters.IssuerValidator = TokenWildcardIssuerValidator.IssuerValidator;
    options.TokenValidationParameters.ValidIssuers = new[]
    {
        "https://ids.getabp.net:44301/",
        "https://{0}.ids.getabp.net:44301/"
    };
});

https://github.com/abpframework/abp-samples/blob/master/DomainTenantResolver/OpenIddict/MVC-TIERED/src/Acme.BookStore.AuthServer/BookStoreIdentityServerModule.cs#L65-L70 https://github.com/abpframework/abp-samples/blob/master/DomainTenantResolver/OpenIddict/MVC-TIERED/src/Acme.BookStore.AuthServer/BookStoreIdentityServerModule.cs#L83-L91

hi

You can update the URLs on the OpenIddict => Application page.

The logout request was rejected because the specified post_logout_redirect_uri was invalid: https://efc.devhealthgrp.com.sg/SIT/eFCApp.

You have to fix this error first.

hi

Can you add some custom string to abp.swagger.js and browse it? https://localhost:44305/swagger/ui/abp.swagger.js

Make sure your customized abp.swagger.js is replaced.

hi

The Permission page loads very slowly. When you want to give permission to the user, the save button works very very slowly. The process may take a few minutes. There is nothing missing in localization.

The second problem is that we will just start using the chat module. When we give permission to the user for the chat module, we receive an http 400 error when logged in with that user.

Please set the log level to Debug and share full logs.txt

Thanks. You can share files via https://wetransfer.com/

liming.ma@volosoft.com

: )

hi

Can you share a project and some data to reproduce?

Thanks

liming.ma@volosoft.com

hi

I need to see more logs.

Can you share the Logs.txt file?

Have you replaced the abp.swagger.js file?

Showing 4641 to 4650 of 11567 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 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.