HI
I don't see obvious problems in the code you shared. You can try to use related tools for profiling,
https://www.jetbrains.com/help/profiler/Introduction.html
hi
Here is a sample
https://github.com/abpframework/abp-samples/tree/master/EfCoreMigrationDemo
https://github.com/abpframework/abp-samples/blob/master/EfCoreMigrationDemo/src/BookStore.DbMigrator/appsettings.json#L3-L6
HI
Can you try to set the Bundling Mode to Bundle?
https://docs.abp.io/en/abp/latest/UI/AspNetCore/Bundling-Minification#bundling-mode
See https://support.abp.io/QA/Questions/2604/Social-Logins-with-SaveTokens--true-not-saving-tokens#answer-b2f914ae-a820-c983-4573-3a021d98fec3
It will be available in 5.2-rc3 or 5.2
hi
This method of Account module will handle the external login.
https://github.com/abpframework/abp/blob/dev/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml.cs#L176-L266
It will get the email of the external user and then go to register or create a new user. There is a similar code in account pro.
hi
I change your code to add a tenant then the seeder is working.
https://support.abp.io/QA/Questions/2731#answer-803b7a5c-d367-44c0-8537-3a02acf0f7a7