Activities of "maliming"

hi

https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Guide#overriding-services-components

hi

Can you try siginin again?

Are you using cookies or jwt?

hi

What are ouput of these command?

dotnet tool list
dotnet tool list -g

hi

Please share all logs.txt of your applications.

liming.ma@volosoft.com

I wonder how can I reproduce this on my local machine.

hi

An internal error occurred during your request!

Are there any other error logs?

How many permissions does your app have?

hi

You can install it afer installing the dotnet SDK.

dotnet tool install --global Volo.Abp.Cli

https://www.nuget.org/packages/Volo.Abp.Cli/

hi

You can install abp CLI and run abp install-libs command in your pipeline.

Answer

hi

Your usage is no problem, but I don't know why MongoDB gets an exception.

using (var uow = _unitOfWorkManager.Begin(requiresNew: true, isTransactional: true))
 {
    ...
    await uow.CompleteAsync();         
}

Do you have any steps to reproduce?

hi

This is the latest code of chat icon

using Microsoft.AspNetCore.Mvc;
using Volo.Abp.AspNetCore.Mvc;

namespace Volo.Chat.Web.Pages.Chat.Components.MessagesToolbarItem;

public class MessagesToolbarItemViewComponent : AbpViewComponent
{
    public virtual IViewComponentResult Invoke()
    {
        return View("/Pages/Chat/Components/MessagesToolbarItem/Default.cshtml");
    }
}


  <a href="@Url.Page("/Chat/Index")" class="lpx-menu-item-link">
    <span class="lpx-menu-item-icon">
      <i class="lpx-icon fas fa-envelope" aria-hidden="true"></i>
    </span>
  </a>

hi

System.IO.InvalidDataException: Form key length limit 2048 exceeded.

You can configure the KeyLengthLimit of FormOptions.

https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.features.formoptions.keylengthlimit?view=aspnetcore-7.0

Showing 6361 to 6370 of 11531 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.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.