Hi Mehmet How i can get query parameters on razor page after login?
<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.
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?
Hi @alper,
Before, I used version below v4.0 and after I've upgraded to v4.0, so the swagger not show api anymore.
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.
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,
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
?