Hi,
1.
You can manually change the version from 7.4.2 to 7.4.3
2.
You can try deleted node_modules,package-lock.json, and try yarn install again.
Hi,
Here's a video for identityserver4 but also applies to OpenidDict.
https://community.abp.io/Videos/replacing-identityserver4-with-identity-in-abp-arh0jxe1
Note that when you use native JWT authorization, some functions will not work, such as impersonating users.
Hi,
You can check this. https://docs.abp.io/en/abp/latest/Deployment/Configuring-OpenIddict
And could you share the error logs?
Hi,
May I ask, which icon you want to replace?
There may be an easier way to do it.
Hi,
Could you share the full error logs?
Hi,
It's easy to do.
You can check the document: https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface#overriding-a-razor-page-cshtml
The specified 'redirect_uri' is not valid for this client application
You can check the database OpeniddictApplications table.
The Swagger's Redirect_uri should be like this:
["https://localhost:<YourPort>/swagger/oauth2-redirect.html"]
Hi,
Will this work for you? https://support.abp.io/QA/Questions/5026/Starting-Angular---cleanfresh-project#answer-3a0b0dc4-5baa-df28-682b-e9356fdfc079
Hi,
This may be related to caching. Could you share the full steps to reproduce? I will check it.