Open Closed

How to set MaximumReceiveMessageSize for abp.signlar #5981


User avatar
0
mc86 created
  • Steps to reproduce the issue: Hi Guys need to set MaximumReceiveMessageSize for signlar how can i do it?

3 Answer(s)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello mc86.

    please check this https://docs.telerik.com/blazor-ui/knowledge-base/common-increase-signalr-max-message-size

    regards,

  • User Avatar
    0
    mc86 created

    I 'v already cheked this pots. it doesn't work.

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello mc86.

    please try to add this code

    context.Services.AddGrpc(options =>
            {
                options.MaxReceiveMessageSize = 10 * 1024 * 1024; // 10 MB
            });
    

    regards,

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