Activities of "huy.quan"

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

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.

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

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

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?

  • 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!

Thank a lot.

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

Showing 21 to 27 of 27 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on June 20, 2025, 11:20