"lizhaofeng" की गतिविधियाँ

I've created an internal issue about this. Thank you for reporting, The question credit is refunded.

hi,yekalkan

downloadexcel missing remoteservice ,pls check it

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

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,liangshiwei

Here is a screenshot.

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

उत्तर

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; });

उत्तर

Hi,gterdem

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

उत्तर

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

उत्तर

Thank you albert. It seems to be working.

उत्तर

abp suite install -v 5.3.4

Hi yekalkan

This doesn't work

lizhaofeng@lizhaofengdeMacBook-Air ~ % Shutting down... abp suite remove
[21:51:48 INF] ABP CLI (https://abp.io) [21:51:49 INF] Version 5.3.4 (Stable) [21:51:50 INF] Removing ABP Suite... 已成功卸载工具“volo.abp.suite”(版本“5.3.4”). lizhaofeng@lizhaofengdeMacBook-Air ~ % abp suite install -v 5.3.4 [21:51:54 INF] ABP CLI (https://abp.io) [21:51:54 INF] Version 5.3.4 (Stable) [21:51:55 INF] Installing ABP Suite v5.3.4... 可使用以下命令调用工具: abp-suite 已成功安装工具“volo.abp.suite”(版本“5.3.4”)。 [21:51:58 INF] ABP Suite has been successfully installed. [21:51:58 INF] You can run it with the CLI command "abp suite" lizhaofeng@lizhaofengdeMacBook-Air ~ % abp suite [21:52:07 INF] ABP CLI (https://abp.io) [21:52:08 INF] Version 5.3.4 (Stable) Starting Suite v5.3.4 ... Opening http://localhost:3000 Press Ctrl+C to shut down. [21:52:12 ERR] Connection id "0HMK51QN23UIR", Request id "0HMK51QN23UIR:00000002": An unhandled exception was thrown by the application. Volo.Abp.AbpException: Could not find the bundle file '/libs/abp/core/abp.css' for the bundle 'Lepton.Global'! at Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpTagHelperResourceService.ProcessAsync(ViewContext viewContext, TagHelper tagHelper, TagHelperContext context, TagHelperOutput output, List1 bundleItems, String bundleName) in D:\ci\Jenkins\workspace\abp-commercial-release\abp\framework\src\Volo.Abp.AspNetCore.Mvc.UI.Bundling\Volo\Abp\AspNetCore\Mvc\UI\Bundling\TagHelpers\AbpTagHelperResourceService.cs:line 71 at Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpBundleTagHelperService2.ProcessAsync(TagHelperContext context, TagHelperOutput output) in D:\ci\Jenkins\workspace\abp-commercial-release\abp\framework\src\Volo.Abp.AspNetCore.Mvc.UI.Bundling\Volo\Abp\AspNetCore\Mvc\UI\Bundling\TagHelpers\AbpBundleTagHelperService.cs:line 21 at Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner.<RunAsync>g__Awaited|0_0(Task task, TagHelperExecutionContext executionContext, Int32 i, Int32 count) at AspNetCoreGeneratedDocument.Themes_Lepton_Layouts_Application_Default.<>c__DisplayClass28_0.<<ExecuteAsync>b__0>d.MoveNext() in D:\ci\Jenkins\workspace\abp-commercial-release\volo\abp\lepton-theme\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton\Themes\Lepton\Layouts\Application\Default.cshtml:line 75 --- End of stack trace from previous location --- at Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.SetOutputContentAsync() at AspNetCoreGeneratedDocument.Themes_Lepton_Layouts_Application_Default.ExecuteAsync() in D:\ci\Jenkins\workspace\abp-commercial-release\volo\abp\lepton-theme\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton\Themes\Lepton\Layouts\Application\Default.cshtml:line 57 at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageCoreAsync(IRazorPage page, ViewContext context) at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageAsync(IRazorPage page, ViewContext context, Boolean invokeViewStarts) at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderLayoutAsync(ViewContext context, ViewBufferTextWriter bodyWriter) at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderAsync(ViewContext context) at Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor.ExecuteAsync(ViewContext viewContext, String contentType, Nullable1 statusCode) at Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor.ExecuteAsync(ViewContext viewContext, String contentType, Nullable1 statusCode) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResultFilterAsync>g__Awaited|30_0[TFilter,TFilterAsync](ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResultExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.ResultNext[TFilter,TFilterAsync](State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeResultFilters() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RequestLocalization.AbpRequestLocalizationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) in D:\ci\Jenkins\workspace\abp-commercial-release\abp\framework\src\Volo.Abp.AspNetCore\Microsoft\AspNetCore\RequestLocalization\AbpRequestLocalizationMiddleware.cs:line 51 at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<<UseMiddlewareInterface>b__1>d.MoveNext() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)

उत्तर

Hi,

This is a style problem, we will try fix it.

Please delete the previous code try this:

.b-is-autocomplete.b-is-autocomplete-multipleselection 
{ 
    background: #f2f2f2 !important; 
} 
 
.b-is-autocomplete.b-is-autocomplete-multipleselection > input.form-control:focus, .b-is-autocomplete.b-is-autocomplete-multipleselection > input.form-control:active{ 
    background: #f2f2f2 !important; 
    border: 0 !important; 
    box-shadow: 0 0 0 0 !important; 
} 

Thank you so much.

43 प्रविष्टियों में 31 से 40 दिखा रहा है
Made with ❤️ on ABP v8.2.0-preview Updated on मार्च 25, 2024, 15:11