Activities of "maliming"

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?

hi

hi

Can you share the Logs.txt file to liming.ma@volosoft.com

Thanks.

Showing 4611 to 4620 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.