hi
Please try to run app via dotnet run command the check the output and logs.
hi
you can give it a try. I think it will be no problem.
invalid client id.
Please check the log for error details.
What's the client info of Litmus_App?
You can share the create code. eg
await CreateApplicationAsync(
name: blazorServerTieredClientId!,
type: OpenIddictConstants.ClientTypes.Confidential,
consentType: OpenIddictConstants.ConsentTypes.Implicit,
displayName: "Blazor Server Application",
secret: configurationSection["MyProjectName_BlazorServerTiered:ClientSecret"] ?? "1q2w3e*",
grantTypes: new List<string> //Hybrid flow
{
OpenIddictConstants.GrantTypes.AuthorizationCode,
OpenIddictConstants.GrantTypes.Implicit
},
scopes: commonScopes,
redirectUri: $"{blazorServerTieredRootUrl}signin-oidc",
clientUri: blazorServerTieredRootUrl,
postLogoutRedirectUri: $"{blazorServerTieredRootUrl}signout-callback-oidc"
);
Logs doesn't contain any details about this error.
Please share the request logs.
hi
How can I reproduce the problem?
hi
Please share the logs of the idl-pfm-core-dev.azure. website.
hi
First of all OpenIddict should not be designed to be multi-tenant.
, invalid client id.
Please check the log for error details.
hi
I created a new project and it uses the latest 7.0.1 packages. and there is no automapper error.
> abp new BookStore -t app-pro
[20:21:21 INF] ABP CLI 7.0.1
[20:21:21 INF] Creating your project...
[20:21:21 INF] Project name: BookStore
[20:21:21 INF] Template: app-pro
[20:21:21 INF] Output folder: /Users/maliming/Downloads/a
[20:21:23 INF] Using cached template: app-pro, version: 7.0.1
[20:21:23 INF] Theme: LeptonX
[20:21:23 INF] Theme Style: System
[20:21:24 INF] Check out the documents at https://docs.abp.io/en/commercial/latest
hi
We have released the 7.0.1 packages. And it was fixed in 7.0.1
Please check your solution package version
openiddict has nothing to do with the database, you can create a 6.x template project with postgress
abp new BookStore -t app-pro -v 6.0.3 --dbms PostgreSQL
I reported it to the development team, it should be soon. Lepton X 2.0 patch