Ends in:
7 DAYS
12 HRS
43 MIN
7 SEC
Ends in:
7 D
12 H
43 M
7 S

Activities of "alper"

Question

You can report the bugs & issues under this topic in the latest v2.5

Update the ABP CLI:

dotnet tool update -g Volo.Abp.Cli

Update the ABP Suite:

abp suite update

@trendline, see => https://support.abp.io/QA/Questions/89#answer-a3d1f7fe-fc49-147d-5f0e-39f46acb7d61

Most likely, there's an invalid cookie related with another project. The cookie names are same, so when you run different projects, it cannot be validated.

Other potential problem can be, the IdentityServer project is not running.

An unhandled exception occurred while processing the request. SocketException: No connection could be made because the target machine actively refused it. System.Net.Http.ConnectHelper.ConnectAsync(string host, int port, CancellationToken cancellationToken)

HttpRequestException: No connection could be made because the target machine actively refused it. System.Net.Http.ConnectHelper.ConnectAsync(string host, int port, CancellationToken cancellationToken)

IOException: IDX20804: Unable to retrieve document from: '[PII is hidden. For more details, see https://aka.ms/IdentityModel/PII.]'. Microsoft.IdentityModel.Protocols.HttpDocumentRetriever.GetDocumentAsync(string address, CancellationToken cancel)

InvalidOperationException: IDX20803: Unable to obtain configuration from: '[PII is hidden. For more details, see https://aka.ms/IdentityModel/PII.]'. Microsoft.IdentityModel.Protocols.ConfigurationManager<T>.GetConfigurationAsync(CancellationToken cancel)

See this doc => https://docs.abp.io/en/abp/latest/How-To/Azure-Active-Directory-Authentication-MVC it's MVC based but I guess it'll guide you.

hi,

it doesn't support module templates for now. this feature will be added in the next releases

this feature is coming up in 2.4.1 (will be released 8 April)

there's no template for adding the DbSet to the DbContext. Wait for v2.4.1 which I guess solves your problem (probably it'll be released today 08 April) If it's not solved, I need to get your solution to reproduce it.

Answer

For the Razor Pages, you need to create your own setting management page and you can use ISettingProvider to retrieve your settings & values. See https://docs.abp.io/en/abp/latest/Settings

Question

Write your issues when upgrading to v2.4. Tomorrow, there will be v2.4.1 with some bugfixes (especiall for Suite)

Showing 1901 to 1910 of 1975 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06