Now I found out how it happened.When I set IdentityServer.IsEnabled to false in appsettings.json the bug happens. Is IdentityServer required if I want to use Impersonaton
It Works!Thank you very much!
hi my project uses setting table to save json data.We are using Oracle now. In Oracle the field type of string is created as NVARCHAR(2000). The Value Column now is NVARCHAR(2000). It's too small to us.So I want to change it into CLOB. I do it like this. The Year field is added before. But Value column can not change type. How Can I do it?Thank you very much.
Hi @luo0826 thank you very much!
Hi @ismcagdas It works! Thank you very much.Does it mean when I change ASPNETCORE_ENVIRONMENT into Staging or Production I have to copy all of my settings in appsettings.json to appsettings.Staging.json or appsettings.Production.json?
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
The issue can not found.
Hi,I am planning to use the Impersonaton.I had just done some test.When I login as a user in user management page,it works.the user menu shows that I am logging in as this user. But after I refresh the page,the Impersonaton does not work.AbpSession.ImpersonatorUserId.HasValue becomes false. Why it happens?Is it a Bug?
thank you , I will try