Activities of "maliming"

Maybe the SeedAsync method exec in Host side. Can you check the database?

I don't know much, we haven't get a similar error before.

hi I will check it assp.

hi

Is the problem resolved?

What is the best way to update the packages on the modules ?

You can use abp update or use Visual Studio to upgrade the nuget packages, of course you can also update the csproj file manually.

Usage:

  abp update [options]

Options:
-p|--include-previews                       (if supported by the template)
--npm                                       (Only updates NPM packages)
--nuget                                     (Only updates Nuget packages)
-sp|--solution-path                         (Specify the solution path)
-sn|--solution-name                         (Specify the solution name)
--check-all                                 (Check the new version of each package separately)
-v|--version <version>                      (default: latest version)

Some examples:

  abp update
  abp update -p
  abp update -sp "D:\projects\" -sn Acme.BookStore

See the documentation for more info: https://docs.abp.io/en/abp/latest/CLI

And how to handle with the changes on dbmigration, tables and new fields on project update ? Since on version 4.4.0 the process is changed.

You can add the new migratiosn and update it to databatse.

ok We will check the EasyCrm.

https://github.com/jhallam3/Life/blob/c96807bfefd4d112be5589b454d595cf46b6ee58/aspnet-core/src/Life.HttpApi/Controllers/Nordigens/NordigenController.cs#L31

hi

You can get source by run

abp get-source Volo.FileManagement

Can you try this?

[HttpGet]
[Route("banks")]
public virtual Task<string> BanksAsync()
{
    return _nordigensAppService.BanksAsync();
}

https://github.com/maliming

Showing 9531 to 9540 of 10676 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
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 September 16, 2025, 10:35