Activities of "liangshiwei"

Hi,

This looks like a bug. I will fix it and provide you with a temporary solution.

Hi,

Can you share the URL link of the web site and a test user account? I will check it. my email is shiwei.liang@volosoft.com

But the public facing website publicapp will be one that will have login button. and not the mainapp. Since the publicapp will not have any oidc client library, we will not be able to generate the code_challenge or state to ensure the legitimate client application is only trying to access the auth server login page. So how could we open the authapp.com/Account/Login?

I didn't understand that. the public website also contains the oidc library, you can see it in the public web project in the template

Hi,

We upgraded to the latest version in the 8.0 milestone: https://github.com/abpframework/abp/blob/dev/Directory.Packages.props#L39

Can I construct this url myself?

Sorry, I didn't get it. could you explain it in detail?

Hi,

I will check it

Answer

Hi,

You can refer those:

  • https://github.com/abpframework/abp-samples/tree/master/KeycloakDemo
  • https://github.com/abpframework/eShopOnAbp/pull/134
Answer

Hi,

You can use the HTML Video tag: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video

Answer

https://docs.abp.io/en/abp/latest/Blob-Storing-File-System#file-path-calculation https://docs.abp.io/en/abp/latest/Blob-Storing-File-System#extending-the-file-system-blob-provider

You can replace the default file path calculator:

[ExposeServices(typeof(IBlobFilePathCalculator))]
public class MyBlobFilePathCalculator: IBlobFilePathCalculator, ITransientDependency
{
    public virtual string Calculate(BlobProviderArgs args)
    {
        .....
    }
}

so having many files will lead to performance problems if I didn't use Azure blob or Minio ?

I'm not sure, but because Minio and Azure blob are pro file storage sysetm. They usually have better performance and other useful features.

You can deploy the minio server by yourself, which is more recommended.

Answer

It's better to use Minio or Azure blob if you have many files.

  • https://docs.abp.io/en/abp/latest/Blob-Storing-Azure
  • https://docs.abp.io/en/abp/latest/Blob-Storing-Minio
Showing 3231 to 3240 of 6692 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