Is it necessary to always run DB Migrator?
You need to use Migrator to create a new database.
https://docs.abp.io/en/abp/latest/Entity-Framework-Core-Migrations
By doing this, the database is successfully created,
Please undo this.
hi
Rename EfCoreReferenceDataRepository to EfCoreTempReferenceDataRepository
hi
Can you try the --separate-auth-server?
abp new Tasconnect.AzureAD -csf --tiered -dbms PostgreSQL --ui angular --separate-auth-server
hi
Can you upgrade your LpetonX packages to latest(2.0.4 or 2.1.0-rc.3)?
We will release the official version 7.1 in these two days, you can try the latest template project
hi
Can you share the project with me? liming.ma@volosoft.com
ok
You can try that.
PreConfigure(options =>
{
options.EnableWildcardDomainSupport = true;
options.WildcardDomainsFormat.Add("https://ccalp.net");
options.WildcardDomainsFormat.Add("other domains")
options.WildcardDomainsFormat.Add("https://{0}.ccalp.net/signin-oidc");
options.WildcardDomainsFormat.Add("https://{0}.ccalp.net/signout-callback-oidc");
});
And I was trying to solve it, but then I got this error after upgrading and running abp-bundle.
hi
Create a new template and check the versions of nuget and npm(packages.json), Especially the related packages of Lepon, then update the packages of your project and re-run abp-bundle.
hi Sorry for that, Please ignore the cache.
configuration = await ApplicationConfigurationAppService.GetAsync();