hi
[ERR] Grant validation error: Value cannot be null. (Parameter 'value') System.ArgumentNullException: Value cannot be null. (Parameter 'value')
https://support.abp.io/QA/Questions/3022/Error---Impersonating-user-from-tenant#answer-f092137a-2fcb-adc6-f944-3a03a9727fd1
[ERR] Invalid extension grant{"error":"Nested impersonation is not allowed!"}
Can you share the URL and username password that only have some permissions so that I can see the error online?
hi
It worked before. I will check again.
hi
https://github.com/abpframework/abp-samples/tree/master/ConcurrentLogin
hi
https://github.com/abpframework/abp/pull/10152#issue-1007619207
hi
Can you share the error logs of HTTP status code 409?
Also try to remove the app.UseUnitOfWork(); from the web project.
ok, you can create a new projectand reproduce the problem then share it with me. liming.ma@volosoft.com
Are you sure the error is the same? Please check the error logs.
Do not inject other app services into the app service.
I tried by inheriting LitmusAppService
Can you share the code?
hi
You can leave a message on https://github.com/abpframework/abp/issues/763 and I will feedback the team.
'SCV.Litmus.LitmusTenants.CustomTenantAppService' has not been registered.
hi
Try this.
[Dependency(ReplaceServices = true)]
[ExposeServices(typeof(ITenantAppService), typeof(CustomTenantAppService ))]
public class CustomTenantAppService : ApplicationService, ITenantAppService