Activities of "huy.quan"

Thank a lot.

Btw, do you think if we change to use Blazor WebAssemnly (WASM), we will not face this kind of issue?

  • ABP Framework version: v8.0.1
  • UI Type: Blazor Server

Hi teams,

My blazor application is often to show warning "Attempting to reconnect to the server" recently. How many reasons could be for this warning?

If I want to increase session timeout, so how can I do that?

Thanks and best regards!

Sorry, my first question is how to set different MaximumReceiveMessageSize to different blazor page. Is it possible? Do you mean it's impossible to do that?

Thanks, I can add HubOptions successfully, but how to use it on specific blazor page? Could you pls give me example to do that?

  • ABP Framework version: v8.0.1
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server)

I'm having problem with blazor's SignalR limitation on buffers to manage incoming and outgoing messages. I want to set MaximumReceiveMessageSize is 0 for no-limitation, but I just want to do this on a specific page, not entire of application. Is it possible? What I should do in this case?

Configure<HubOptions>(options =>
{
   options.AddFilter<AbpRefreshEditionIdFilter>();
   options.DisableImplicitFromServicesParameters = true;
   options.MaximumReceiveMessageSize = 0;
});

It could be a temporary solution, but can you fix it to show scrollbar when user click button expand menu and menu is height is bigger than screen? The menu may not on the screen and stay on below outside of view of screen. We cannot notice every user to click any submenu to see scrollbar.

This is a latest version I just create new project and adding new example menu items. You see the scrollbar is not there. Just click expand menu, don't scroll wheel, you will not be able to see the last menu items. If you scroll wheel, it will show the scrollbar, but in this case, I don't have scroll wheel

  • ABP Framework version: v7.3.2
  • UI Type: Blazor Server
  • UI Theme: LeptonX 2.3.2
  • Steps to reproduce the issue:

I create a menu as photo below, but it doesn't have scrollbar after expanding. My mouse doesn't have mouse wheel so I cannot scroll it to bottom. The menu is only show scrollbar when I do scrolling by mouse wheel. How can I fix it? Is it possible to show scrollbar right after expanding?

This is output HTML:

This is my nuget.config, it already had the nuget source as you said:

<?xml version="1.0" encoding="utf-8"?> <configuration> <packageSources> <add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> <add key="BlazoriseMyGet" value="https://www.myget.org/F/blazorise/api/v3/index.json" /> <add key="ABP Commercial NuGet Source" value="https://nuget.abp.io/f05545eb-5dae-xxxx-xxxx-4f921b3bdf07/v3/index.json" /> <add key="acme" value="https://acme.pkgs.visualstudio.com/_packaging/acme/nuget/v3/index.json" /> <add key="Acme Helper" value="https://Acme-public.pkgs.visualstudio.com/Acme.Helpers/_packaging/Acme/nuget/v3/index.json" /> </packageSources> </configuration>

##[error]src/Acme.Blazor/Acme.Blazor.csproj(0,0): Error NU1301: Failed to retrieve information about 'Volo.Abp.AspNetCore.Components.Server.LeptonXTheme' from remote source 'https://acme-pkgs.visualstudio.com/_packaging/xxxxxxxx-53c4-41ff-b7a1-237e09ce737e/nuget/v3/flat2/volo.abp.aspnetcore.components.server.leptonxtheme/index.json'. /home/vsts/work/1/s/src/Acme.Blazor/Acme.Blazor.csproj : error NU1301: Failed to retrieve information about 'Volo.Abp.AspNetCore.Components.Server.LeptonXTheme' from remote source 'https://acme-pkgs.visualstudio.com/_packaging/xxxxxxxx-53c4-41ff-b7a1-237e09ce737e/nuget/v3/flat2/volo.abp.aspnetcore.components.server.leptonxtheme/index.json'. ##[error]src/Acme.Blazor/Acme.Blazor.csproj(0,0): Error NU1301: Failed to retrieve information about 'Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX' from remote source 'https://acme-pkgs.visualstudio.com/_packaging/xxxxxxxx-53c4-41ff-b7a1-237e09ce737e/nuget/v3/flat2/volo.abp.aspnetcore.mvc.ui.theme.leptonx/index.json'. /home/vsts/work/1/s/src/Acme.Blazor/Acme.Blazor.csproj : error NU1301: Failed to retrieve information about 'Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX' from remote source 'https://acme-pkgs.visualstudio.com/_packaging/xxxxxxxx-53c4-41ff-b7a1-237e09ce737e/nuget/v3/flat2/volo.abp.aspnetcore.mvc.ui.theme.leptonx/index.json'.

Failed to restore /home/vsts/work/1/s/src/Acme.Blazor/Acme.Blazor.csproj (in 14.43 sec). 20 of 23 projects are up-to-date for restore.

Build FAILED.

I got this error when run the Pull Request's validation on pipeline, but it's okay on my local machine. I'm wondering why it find LeptonXTheme on my nuget source acme-pkgs instead of ABP Commercial NuGet Source. How can I fix this issue?

Showing 1 to 10 of 27 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11