hi
Please share full http request logs(logs.txt).
We need to confirm the client id and redirect_uri
Thanks.
hi
The latest 8.x version is 8.3.4
https://www.nuget.org/packages/Volo.Abp.EntityFrameworkCore/8.3.4
Your code seems to have no problem. You can run it. Feel free to provide feedback on any exceptions/problems.
Thanks.
hi
From https://www.aumerial.com/de/ressource/nti-ef-toolbox-en.pdf I can see it compatiable with EF Core 8, ABP 8.x use EF Core 8
hi
You can try to add a custom grant type to generate an access token https://abp.io/community/articles/how-to-add-a-custom-grant-type-in-openiddict.-6v0df94z
hi
You can use dotnet run command to run your project. If this command works, that means VS has a problem.
Thanks.
hi
The latest document mentioned it. : )
https://abp.io/docs/latest/framework/infrastructure/timing#useabptimezone-middleware
hi
You can override the MultiTenantConnectionStringResolver to see if the connection string is correct.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.MultiTenancy/Volo/Abp/MultiTenancy/MultiTenantConnectionStringResolver.cs#L27-L81