hi
After updating all csproj file manually lots of error occur now in solution as below:
You can change your code according to the error messages, the new version have some breaking changes.
hi
You can update the package version manually. Open your solution in vs code, search the packages, and replace it in all csproj files.
try to update identity to 8.2.0 but failed
Can you share details?
hi
---> System.TypeLoadException: Method 'RemoveClaimFromAllUsersAsync' in type
Make sure you use the same version of abp and volo packages.
Btw what is your Leptonx package version?
It should be abp version - 5
eg: 8.2.0 - 5 = 3.2.0
hi
I will reply here if I have news.
hi
Can you remove the / from the end of the URL?
Change options.WildcardDomainsFormat.Add("http://{0}.localhost:4200/");
to options.WildcardDomainsFormat.Add("http://{0}.localhost:4200");
[10:55:12 DBG] Checking wildcard domain for url: http://test.localhost:4200
[10:55:12 DBG] Checking wildcard domain format: http://{0}.localhost:44367/
[10:55:12 DBG] Checking wildcard domain format: http://{0}.localhost:44367/signin-oidc
[10:55:12 DBG] Checking wildcard domain format: http://{0}.localhost:44367/signout-callback-oidc
[10:55:12 DBG] Checking wildcard domain format: http://{0}.localhost:44367/authentication/login-callback
[10:55:12 DBG] Checking wildcard domain format: http://{0}.localhost:4200/
[10:55:12 DBG] Checking wildcard domain format: http://{0}.localhost:44367/
[10:55:12 DBG] Checking wildcard domain format: http://{0}.localhost:44367/signin-oidc
[10:55:12 DBG] Checking wildcard domain format: http://{0}.localhost:44367/signout-callback-oidc
[10:55:12 DBG] Checking wildcard domain format: http://{0}.localhost:44367/authentication/login-callback
[10:55:12 DBG] Checking wildcard domain format: http://{0}.localhost:4200/
[10:55:12 DBG] Wildcard domain not found for url: http://test.localhost:4200
[10:55:13 INF] Client validation failed because 'http://test.localhost:4200' was not a valid redirect_uri for GovernmentGpt_App.
hi
You mean before I sign in?
When "remember me" doesn't work.