hi
Is the samesite thing also required in the IdentityServer project?
Yes, It should be add in the project that using the IdentityServer.
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.
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();
}