Activities of "thanhvl1"

Hi Mehmet How i can get query parameters on razor page after login?

  • I created HomePage.cshtml in IdentityWeb.
  • I added redirectUri in enviroment.ts (Angular) to after login i can go to HomePage.cshtml
  • From my angular site i click login
  • When I login success i click button report to go to my angular site. My code is: <a href="https://localhost:4200" style="color:white; font-family:SourceSansPro-Bold" class="button">REPORT </a> but when it redirect to angular site. It not login

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

  • ABP Framework version: v3.3.1
  • UI type: Angular , MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Seperated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue: I have 2 page one is angular and another is razor First i go to page in angular to login It's login succes and redirect to my home page i created in IdentityServer web with razor but when i click buton to go to page in angular, my page in angular is not login

How can I log into the razor site in IdentityServer and press the button it points to the angular page that is already logged in?

Answer

Hi @alper,

Before, I used version below v4.0 and after I've upgraded to v4.0, so the swagger not show api anymore.

Answer

Hi @Alper,

I answer your questions below.

your project type: angular. tiered or seperated identity server?: seperated identity server is it AppService or normal Controller?: It's in the Controller inherrit from IAppService can you compare the Suite generated code with your existing? I do the migration by generating the new code with the same Namespace and the same project name, so that I can copy all and replase by check the diff in the subversion.

My controller project and swagger as below

Answer

After upgrade to v4.0.0, I cannot see my entity API in Swagger anymore.

I've tried to create a new solution version 4.0.0 by Abp Suite and it's normal

thanks @alper, it worked !

Hi,

After upgrade to version 3.1.1, I've got an error when I edit template in Abp Suite

Hi,

I scan all the documents from abp and abp commercial to find the connectionstring of each module. But I can't see it. I have to open the sourcecode of the framework to see each connectionstring and then note it. But the problem is when I use some commercial feature, I can't get the it because my license is Team and I don't have souce code.

Hope abp team can list out all connectionstring for each module including free and commercial for people easily to find out.

On the below picture, I don't know the SaaSDbContext connectionstring. please provide it to me

Thanks

hi @alper, Did you create Book as FullAuditedEntity or FullAuditedAggregateRoot ?

Showing 11 to 20 of 50 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11