Aktivity „ilhan.ordukaya“

hi

We use page to handle the login request instead of controller.

Volo.Abp.Account.Pro.Public.Web/Pages/Account/Login.cshtml Volo.Abp.Account.Pro.Public.Web/Pages/Account/Login.cshtml.cs

I actually use the classes you mentioned, but I still can't debug myaccountcontroller.cs that it produces while logging in.

hi

The oauth2 handle by OpenIddict:

https://github.com/abpframework/abp/tree/dev/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/Controllers

hi maliming

I tried to implement such a custom login, but I don't know how to link it to the login Razor Page you mentioned in the first image? how can I do that?

I couldn't breakpoint when I logged in

Hi,

Sorry, but I could not understand why there is a 7.2.0-rc package here. Is this generated by ABP CLI or Suite?

actually i build it with init file. Its content is as follows

` $name = $args[0]

abp new "$name" -t module --no-ui --database-provider ef --database-management-system PostgreSQL -csf dotnet sln ".$name$name.sln" remove (Get-ChildItem -r **/.Installer.csproj) dotnet sln ".$name$name.sln" remove (Get-ChildItem -r **/.MongoDB.Tests.csproj) dotnet sln ".$name$name.sln" remove (Get-ChildItem -r **/.MongoDB.csproj) dotnet sln ".$name$name.sln" remove (Get-ChildItem -r **/.Host.Shared.csproj) dotnet sln ".$name$name.sln" remove (Get-ChildItem -r **/.AuthServer.csproj) Remove-Item -Recurse -Force (Get-ChildItem -r **/.Installer) Remove-Item -Recurse -Force (Get-ChildItem -r **/.MongoDB.Tests) Remove-Item -Recurse -Force (Get-ChildItem -r **/.MongoDB) Remove-Item -Recurse -Force (Get-ChildItem -r **/.Host.Shared) Remove-Item -Recurse -Force (Get-ChildItem -r **/.AuthServer)

abp add-module Volo.Abp.EntityFrameworkCore.PostgreSql -s ".$name\host.$name.HttpApi.Host$name.HttpApi.Host.csproj" --skip-db-migrations

dotnet add ".$name\host$name.HttpApi.Host" package Volo.Abp.EntityFrameworkCore.PostgreSql --prerelease dotnet remove ".$name\host$name.HttpApi.Host" package Volo.Abp.EntityFrameworkCore.SqlServer rm -r -fo .$name\host$name.HttpApi.Host\EntityFrameworkCore\

`

Hi,

We create an abp project with script. The project we created was created with 7.1.1 version of ABP, but it does not work properly due to the version of the postgresql package (Volo.Abp.EntityFrameworkCore.PostgreSql Version: 7.2.0-rc.1).

You should use the stable version. please use version 7.1.1 instead of 7.2.0-rc.1

hi I can run the project already. I wonder why the project was installed with the wrong package version? If this is a problem from ABP, when will this problem be fixed?

This is the behavior of Elastic search, I don't know much about it. : )

When I wanted to conduct research about this issue, I learned that I need to make changes in the ElasticSearchOption class, but since the ElasticSearchOption class is sealed, I cannot make any changes. Can you help me with this?

This is the behavior of Elastic search, you can search for related documents, I don't have much advice.

When I want to search in related documents, it requires me to enter the whole word. If I write the word incomplete, it does not find the word in the search results

https://docs.abp.io/search/en/abp/7.1/?KeyWord=para

https://docs.abp.io/search/en/abp/7.1/?KeyWord=param

https://docs.abp.io/search/en/abp/7.1/?KeyWord=parameter

hi

There are no performance problems here, and our docs website is also using this module.

https://docs.abp.io/en/abp/latest/ https://docs.abp.io/en/commercial/latest/

I couldn't find any documentation related to the usage of the version dropdown on the document page. Can you assist me on this matter?

You can add some releases.

https://github.com/burakyilmaz45/abp/releases

hi When I want to search with Elastic search, I need to search for the whole word. For example, when I want to find the word "String", I cannot find it when I type "Str", but I can find it when I type "String". Is there a solution for this?

The transition between document pages takes 5-6 seconds. What could be the reason for this? And what can I do to improve performance?

Can you share the logs? It shouldn't take too long.

hi maliming

I sent log.txt via mail "I couldn't find any documentation related to the usage of the version dropdown on the document page. Can you assist me on this matter?"

hi

Add the below code.

Configure<DocsUiOptions>(options => 
{ 
   options.RoutePrefix = null; 
}); 
 

hi maliming

Do you have any program or method suggestions for easier creation of .md files?

The transition between document pages takes 5-6 seconds. What could be the reason for this? And what can I do to improve performance?

Hi I made the necessary adjustments, but I am getting an error due to a different redirection when I try to search. I can't figure out how to fix this error

I sent the project to your e-mail

Zobrazených 11 až 20 z 42 záznamov
Made with ❤️ on ABP v8.2.0-preview Updated on marca 25, 2024, 15:11