Activities of "maliming"

hi

Can you share your public and Blazor module C# files to liming.ma@volosoft.com?

Thanks.

hi

You can replace the style-initializer.js file. It will load the font-bundle.css, which includes Google fonts.

Thanks

hi

You can replace the file in Bundle system, and then replace the content of style-initializer.js to load font without Google.com

Can you share your Blazor project structure?

Are you using the new ABP Global Assets system?

https://abp.io/community/posts/abp-global-assets-new-way-to-bundle-javascriptcss-files-in-blazor-webassembly-app-i0nu10rs

Thanks.

hi

it redirects to the same URL instead of navigating to the authentication (Auth) URL.

What is the current redirect URL?

https://admin.example.com/Account/Login ?

Thanks.

hi

  1. call connect/token and it returns RequiresTwoFactor
{
  "error": "invalid_grant",
  "error_description": "RequiresTwoFactor",
  "error_uri": "https://documentation.openiddict.com/errors/ID2024",
  "userId": "863f6537b288a6b5cad13a1cd3a98b12",
  "twoFactorToken": "CfDJ8EJYyIM2bE5Jn1B5p="
}
  1. Send the 2FA code by calling /api/account/send-two-factor-code
{
    "token": "CfDJ8EJYyIM2bE5Jn1B5p=",
    "userid": "863f6537b288a6b5cad13a1cd3a98b12",
    "provider": "Email"
}
  1. Get the code from your email inbox.
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8" />
</head>
<body>
    <h3>Two-factor Code</h3>

    <p>Your Two-factor code is: 727212</p>

</body>
</html>

5, Use the code call connect./token again.

curl --location 'https://localhost:44315/connect/token' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'grant_type=password' \
--data-urlencode 'scope=offline_access AbpSolution1' \
--data-urlencode 'client_id=AbpSolution1_App' \
--data-urlencode 'username=admin' \
--data-urlencode 'password=1q2w3E*' \
--data-urlencode 'TwoFactorProvider=Email' \
--data-urlencode 'TwoFactorCode=727212'

hi

You can send a email to liming.ma@volosoft.com when you are free.

I will remotely check it by Zoom screensharing.

Thanks.

hi

Can you share a screenshot of When we click Select All?

There is no Select All button in the user creation page.

How many organizations in the page? are o 5K?

Thanks.

Hi

Try to run the commands in cmd/terminal windows with administrator mode.

hi

Your logs show:

The SSL connection could not be established, see inner exception. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid because of errors in the certificate chain: NotTimeValid

The problem is related to SSL.

Thanks

hi

can you try to clean and create a new one?

dotnet dev-certs https --clean
dotnet dev-certs https --trust
dotnet dev-certs https --check --trust

Please share the output of these commands.

Thanks.

Showing 191 to 200 of 11094 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 November 04, 2025, 06:41