Ends in:
4 DAYS
3 HRS
7 MIN
15 SEC
Ends in:
4 D
3 H
7 M
15 S

Activities of "maliming"

hi

Can you use the website URL in your health check code?

https://abp.io/support/questions/3327/Health-Check-Problem-on-IIS-SystemUriFormatException-Invalid-URI-The-hostname-could-not-be-parsed#answer-51baf847-087a-2aa1-1d76-3a04d9420894

Answer

hi

Can you check the HTML of the select element?

I think the #selectedVendor .form-control selector is wrong

hi

I have checked the logs.

The 400 error is about Antiforgery token validation

[15:02:46 INF] Antiforgery token validation failed. The required antiforgery header value "RequestVerificationToken" is not present.
Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException: The required antiforgery header value "RequestVerificationToken" is not present.
   at Microsoft.AspNetCore.Antiforgery.DefaultAntiforgery.ValidateRequestAsync(HttpContext httpContext)
   at Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.ValidateAntiforgeryTokenAuthorizationFilter.OnAuthorizationAsync(AuthorizationFilterContext context)
[15:02:46 INF] Authorization failed for the request at filter 'Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.AutoValidateAntiforgeryTokenAuthorizationFilter'.
[15:02:46 INF] Executing StatusCodeResult, setting HTTP status code 400

Can you share a demo project?

I will try to reproduce and check it

Thanks.

Answer

hi

The logs show [15:09:09 WRN] There is an entry which is not saved due to concurrency exception: ShortText {Id: 3a15ef81-2e5b-e3fc-31f7-b617df4b5c62} Modified

Can you share a demo project?

I will try to reproduce and check it

Thanks.

hi

Please try to map your entities to CityWithNavigationProperties then change the value in CityWithNavigationProperties.

ObjectMapper.Map<List<CityWithNavigationProperties>, List<CityWithNavigationPropertiesDto>>(items)


By the way, we renewed our license but our ticket count did not renew to 30.

Please send an email to info@abp.io

hi

We are not removing Identity Server packages and we will continue to release new versions of IdentityServer-related NuGet/NPM packages. That means you won't have an issue while upgrading to v6.0 when the stable version releases. We will continue to fix bugs in our packages for a while. ABP 7.0 will be based on .NET 7. If Identity Server continues to work with .NET 7, we will also continue to ship NuGet packages for our IDS integration.

On the other hand, Identity Server ends support for the open-source Identity Server at the end of 2022. The Identity Server team has decided to move to Duende IDS and ABP will not be migrated to the commercial Duende IDS. You can see the Duende Identity Server announcement from this link.

We recommend you start using the OpenIddict to replace the Identity Server.

https://abp.io/docs/latest/release-info/migration-guides/openiddict-step-by-step

hi

We will fix this in 8.3.3.

Your ticket has been refunded.

ok, I will check it, thanks.

1.

It works on my machine. I'm using the SQL Server from docker.(localhost)

Please share full logs.txt file in your computer.

2. There is something wrong with project dependencies, I'm researching the real reason

hi

It's mandatory to unable this OAuth Login feature ?

This is an independent login function, you can enable or disable it, the default is disabled. If enabled you need to provide relevant configuration.


You mean to say this is only required for MVC application ?

It's an external/social login in MVC. You can use it if you use code flow in angular. But you are not using code flow now.


I don't understand your current login process at all. Remote meetings won't help. You can try sharing a project that reproduces the problem. That way I can check the problem locally.

Thanks.

Showing 251 to 260 of 8490 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 28, 2024, 07:27