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
Hi,
You can refer those:
Hi,
You can use the HTML Video tag: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video
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.
It's better to use Minio or Azure blob if you have many files.