Activities of "balessi75"

Thanks for looking into this @liangshiwei.

We verified the version numbers and now see the reCAPTCHA check box on the login form. The problem we are still seeing is that if you don't check the box and click to login, an error to check the box is present but the form disappears.

Can you try this when you get a chance? Here is our setup...

We are using the lepton theme instead of the leptonX theme. Could that have something to do with it?

Hi,

Can you share some browser developer tools screenshots?

Hi, I created a new application template in Abp 5.2 with the same options and I confirmed that reCAPCHA works as expected in 5.2. Please advise on working with Abp 7.0.1

Thanks in advance,

@balessi75

Hi,

Can you share some browser developer tools screenshots?

We see this error on the login screen where the reCAPCHA does not show...

Abp Commercial 7.0.1 / Blazor Server / EF / Non-Tiered / Separate Auth server (OpenIddict)

Hi, We started testing the reCAPTCHA v2 functionality. Once we enabled reCAPTCHA in ABP and setup a proper site key and secret key, we noticed the following two items that appear to be a bug, but we wanted confirmation. We verified the functionality with a new blank abp solution created from 7.0.1 (Blazor Server).

Item 1: The recapcha prompt does not appear on login or register

Item 2: When clicking to login/register, the following shows, but the entire form is gone with no way to ever click the "I'm not a robot" button.

Abp Commercial 7.0.1 / Blazor Server / EF / Non-Tiered / Separate Auth server (OpenIddict)

We have successfully overridden the Register.cshtml and Register.cshtml.cs files. We would like, however, to use blazor components in these files, but they are written in MVC within Abp even though we are using a Blazor Server application.

We see that blazor components can be used in MVC projects. For example... https://www.syncfusion.com/faq/blazor/general/how-do-you-use-blazor-in-an-existing-asp-net-mvc-application

But the general recommendations for doing this don't seem to work with an overridden page in the Abp framework. The blazor components are never recognized in the cshtml files.

Do you have any recommendations or workarounds on how to accomplish this with Abp?

Thanks in advance!

ABP 7.0.1 Commercial / Blazor Server / EF / Separate Identity Server / Non-tiered

After our upgrade to 7.0.1, we noticed that the action drop down menu does not re-orientate itself to open upwards when at the bottom of the grid, which causes items to not be visible. We've only noticed the issue so far on the tenant management area. We were able to reproduce the issue with a new blank template created from the CLI.

hi

https://github.com/abpframework/abp/issues/13755

Thanks as always @maliming!

ABP Commercial 5.2 / Blazor Server / EF Core / Non-Tiered / Separated Identity Server

We are in the process of upgrading from 5.2 to 7.0.1.

During the upgrade, we see that the AddGroup method of the PermissionDefinitionProvider's PermissionDefinitionContext no longer accepts a 'MultiTenancySides' parameter. We used this parameter to hide the permission group from the 'Host' tenant. How can we continue to have this functionality without a setting at the permission group level?

hi

There is no cache URL in the code, it must be a configuration problem. Please check again.

You can debug the application locally to check your configuration.

Thanks @maliming, you were correct.

The issue was related to the fact that there appears to be a bug in .NET were appsettings.{environment}.json deployments in Blazor fails when using anything other than ASPNETCORE_ENVIRONMENT equaling 'Development' or 'Production'.''

https://github.com/dotnet/aspnetcore/issues/25152

Showing 161 to 170 of 245 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30