lizhaofeng的活动

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v6.0.0
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

At present, it is used in the internal environment, enable https for some system modifications is too large, how to disable https

Serve your authserver under HTTP (without HTTPS redirection).

Confirm you have HTTP issuer under .well-known/openid-configuration endpoint.

Update your application's appsettings AuthServer section and set RequireHttpsMetadata to false.

Hi gterdem

Following the above practices was not successful, the following are error messages

error:invalid_request error_description:This server only accepts HTTPS requests. error_uri:https://documentation.openiddict.com/errors/ID2083

Hi,gterdem

I've tried to use instead of , but unfortunately with the same result.

问题
  • ABP Framework version: v6.0.0
    • UI type:Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

When the entity has same enum

the blazor page has same using

  • ABP Framework version: v6.0.0
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Mobile General roule is wrong

hi maliming

It didn't work.

Can you try to use Configure?

Configure<OpenIddictServerAspNetCoreBuilder>(configure => 
{ 
    configure.DisableTransportSecurityRequirement(); 
}); 

After trying to add the following configuration, it works.

Configure(options => { options.DisableTransportSecurityRequirement = true; });

  • ABP Framework version: v6.0.0
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

There is an exception when downloading attachments with Chinese characters using File Management.

hi,liangshiwei

Here is a screenshot.

The comparison shows that there is no save as prompt, but directly download after clicking download.

hi,liangshiwei

1.Upload Files 2.Actions-Download 3.Save FIle(file name wrong)

Try changing the PC, the file name is still wrong

Trying Firefox is fine, Edge and Chrome are not

Hi, Is OK Can you try downloading this file to check if the file name is right?

https://1drv.ms/t/s!ArILR0PuqXwbrZsEgXvdPrlT3jstCQ?e=qZFPb4

显示 63 个条目中的 11 到 20 个.
Made with ❤️ on ABP v8.2.0-preview Updated on 三月 25, 2024, 15:11