Thanks @liangshiwei !
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
https://github.com/abpframework/abp/issues/13755
Thanks as always @maliming!
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
There will be no problem with the above functions, you can create a new version of the project to test it.
Great, thank you @mailiming. I also forgot to ask, is there any data that we need to migrate since the schema is changing? I'm also assuming that after the upgrade tests ok, we can just drop the IdentityServer* tables?
Hi malik.masis,
When we execute the following (as shown in Abp documentation)..
var l = validationContext.GetRequiredService<IStringLocalizer<AppNameResource>>();
We receive the following exception at runtime...
System.InvalidOperationException: No service for type 'Microsoft.Extensions.Localization.IStringLocalizer 1[FM.Timepiece.Localization.TimepieceResource] has been registered.
The call to GetRequiredService is initiated in the Validate method of our Dto located in the Application.Contracts project.
Any idea why this method call is not returning the service and erroring out for us?
Hi,
it's on our roadmap, but not a high priority. if you need this, you can implement it yourself
Thank you for the prompt feedback.