Hi After successfully version migration whenever I am trying to login it is showing me invalid usename or password so i debugged the code and found that AbpSession.TenantId is we are getting null that's why it is not allowing us to login. I checked in old it's value is 1 so how can i set this value?
Hi I resolved this issue by running** gulp build** command. Thanks
Hi I was doing version migration from 8 to 13 in angular and 2.2 to 6.0 in .net core so after successfully compile angular I am getting this error and in servive proxy I am getting so in this case what should i do?
Hi @musa.demir I am able to compile but in service proxy it is accepting "text/html". but i want "application/json" Could you please suggest me what setting i should change to change service proxy regarding that accept : "application/json".
Hi I tried same but no luck....Is there any other solution or something where we can check why it is not updating service-proxy
Hi we are migrating our version from 8 to 13 in angular and 2.2 to 6.0 in .net core and after successfuly DB migration we are able to run successfully backend but we are not able to run angular because it is giving compile time error. the error seems for the newly added DTO and methods service proxy is not updating I am able to run nswag and it is not giving any error but it is also not updating service proxy.
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Problem Statement: Application has been migrated from .Net Core 2.2 to .Net Core 6.0. While running application it is redirected to the default login screen instead application login screen.
Need help on routing application so that it is redirected to the application login screen. Let us know if any more details you need.