Can you share your command that creates the migrations?
Have you tried to add Host and Tenant migrations both?
hi
See https://support.abp.io/QA/Questions/160/How-to-customize-an-ABP-project
hi
There are no similar breaking changes from 4.3 to 4.4.
Can you use the template project to reproduce the problem and share it? liming.ma@volosoft.com
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.