System.InvalidOperationException: Scheme already exists: Bearer at Microsoft.AspNetCore.Authentication.AuthenticationOptions.AddScheme(String name
You can use a different scheme name.
This is just a jwt authentication scheme, you can add a custom jwt or cookies authentication scheme.
https://support.abp.io/QA/Questions/2680#answer-66c50306-894d-cb9f-6ca2-3a02758a3d5a
Invalid object name "IdentityServerIdentityResources"
Full error logs?
Can you use dotnet cli to resotre and build?
dotnet restore
dotnet build
hi
Please create a new project and send it to me, I will write some code for you. liming.ma@volosoft.com
abp new QA -t app-pro --separate-tenant-schema
hi
See https://docs.abp.io/en/abp/latest/Entity-Framework-Core-Migrations#create-a-second-dbcontext
Can I check?
https://zoom.us/j/98800628842?pwd=RzlYV0tzU2NqVEZJWFBRVURUVUgwdz09
hi
Do you have enough disk space?
Can you try to remove the package-lock.json
file?
You can try to use npm install
hi
What' the results if you run yarn
?
.Web > yarn