Aperto Chiuso

filemanagement cannot upload file #4353


User avatar
0
lizhaofeng creato
  • ABP Framework version: v7.0.0
  • UI type: Blazor Service
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
  1. Choose file
  2. after 30 sec was System.TimeoutException

This error also occurs Blazorise FileEdit component


3 risposte
  • User Avatar
    0
    maliming creato
    Team di supporto Fullstack Developer

    hi

    Please refer to https://github.com/dotnet/aspnetcore/issues/38842#issuecomment-1342540950

    This seems a aspnetcore problem.

  • User Avatar
    0
    lizhaofeng creato

    hi

    Please refer to https://github.com/dotnet/aspnetcore/issues/38842#issuecomment-1342540950

    This seems a aspnetcore problem.

    hi maliming ,

    It will be OK if I add following statements. This is a change of net7blazor service. I suggest that DisableImplicitFromServicesParameters = true,or explain it in the doc.

    context.Services .AddServerSideBlazor() .AddHubOptions(opt => { opt.DisableImplicitFromServicesParameters = true; });

  • User Avatar
    0
    maliming creato
    Team di supporto Fullstack Developer

    Great

Made with ❤️ on ABP v8.2.0-preview Updated on marzo 25, 2024, 15:11