Activities of "alper"

@alexandru-bagu

@anthonyh, you are correct! it's already fixed for the next release.

@anthonyh, I'll check the module template code generation and get back to you.

We created a patch for Chrome login issue when HTTP is used. Check out https://community.abp.io/articles/patch-for-chrome-login-issue-identityserver4-samesite-cookie-problem-weypwp3n

I'm checking your website but these URLs don't work

  • https://xsensetage.azurewebsites.net/Abp/ServiceProxyScript
  • https://xsensetage.azurewebsites.net/Abp/ApplicationConfiguration

See the correct one => https://commercial.abp.io/Abp/ServiceProxyScript

I guess an Azure related problem.

we started writing an article and a sample project to show you how to use DevExtreme components. Firstly, we'll make jQuery versions then Angular version

you need to reference the Contracts project to your HttpClient for best practise. but if you don't want to do that, see the below

This is the HTTP Client used for ABP CLI

  • https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Http/CliHttpClient.cs

This is a test function, that calls an external service

  • https://github.com/abpframework/abp/blob/4228ce096ee3d9ab063f3a9799e9137ae82f2556/templates/module/aspnet-core/test/MyCompanyName.MyProjectName.HttpApi.Client.ConsoleTestApp/ClientDemoService.cs#L54

@Ryan.sposato@ethany.com,

that issue has been resolved. see https://github.com/abpframework/abp/issues/4865

@anthony, sorry but couldn't reproduce your issue on the version v3.0.5

if you have an older version, update it. if you have modified the template, revert it.

hi joe,

See my SQL missing index query. https://gist.github.com/ebicoglu/ebe2d8649f61c7e64bd724243f7d7237

Run this on your database, and create all indicies. I guess it will report a missing index for AbpAuditLogs.

Showing 1641 to 1650 of 1975 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11