0
    
    
        
                    lizhaofeng created
                    
                    
                    
                
                - 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:"
 
- Choose file
 - after 30 sec was System.TimeoutException
 
This error also occurs Blazorise FileEdit component
3 Answer(s)
- 
    0
hi
Please refer to https://github.com/dotnet/aspnetcore/issues/38842#issuecomment-1342540950
This seems a aspnetcore problem.
 - 
    0
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; });
 - 
    0
Great
 

