hi
Please try to use a complex password.
(await _identityUserManager.CreateAsync(user,
"1q2w3E***@123"
)).CheckErrors();
hi
I don't understand why the request changed from Post to Get
Can you share the url of the website? liming.ma@volosoft.com
Is it possible that your AuthServer changed the request method?
Is there a Reverse Proxy Server?
[04:22:08 INF] Request starting HTTP/1.1 GET http://authserver.mydomain.com/connect/token - -
[04:22:08 INF] The request URI matched a server endpoint: Token.
[04:22:08 INF] The request was rejected because an invalid HTTP method was specified: GET.
[04:22:08 INF] The response was successfully returned as a JSON document:
{
"error": "invalid_request",
"error_description": "The specified HTTP method is not valid.",
"error_uri": "https://documentation.openiddict.com/errors/ID2084"
}
hi
You can create a shared module(CoreLocalizationModule, CoreLocalizationResource) for localization.
hi
The situation may be complicated, can you share the simplest project to reproduce your problem? I can download and check it.
hi
Please share a project to reproduce the problem. liming.ma@volosoft.com
Thanks @hakan.uskaner 👍🏻
Refunded : )
You can try creating a unit of work.
https://docs.abp.io/en/abp/latest/Unit-Of-Work#unitofworkattribute https://docs.abp.io/en/abp/latest/Unit-Of-Work#begin-a-new-unit-of-work
You're welcome.