hi
is it because Abp gateway's auto feature?
Is your project a microservice? Otherwise, it does not have a gateway project. Do you use a reverse proxy?
hi
For install-libs command it generally does not need to be kept up to date.
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.
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?