Hi.
Could you provide steps to reproduce or you can use the CLI to create a sample project to reproduce this problem? thanks
Hi,
I use the application you provided. it works fine.
See https://developers.google.com/recaptcha
reCAPTCHA v3 helps you detect abusive traffic on your website without user interaction. Instead of showing a CAPTCHA challenge, reCAPTCHA v3 returns a score so you can choose the most appropriate action for your website.
If you want captcha check box,you need to use version 2.
HI,
Why you want find the app.razor file? It is in the LeptonTheme module.
Hi,
This is a problem. Thanks for your report, It will fix in v4.0.
Hi @nick.pham-mwp
I think your application configuration has some problem. can you create a new question to discuss? thanks.
Sorry, your question is how the modules communicate in the monolith application, right?
I think it is no different from microservices in usage, You can still use events directly inject application services.
See https://docs.abp.io/en/abp/latest/Distributed-Event-Bus
If you want to use the Application services to be injected, you only need to reference on the 'application.Contract' layer of the module
Hi,
App.razor file is in the theme module, you can register the service in the Module class.
HI,
ABP has a dynamic client proxy: https://docs.abp.io/en/abp/latest/API/Dynamic-CSharp-API-Clients#dynamic-c-api-client-proxies. see also: https://docs.abp.io/en/abp/latest/Microservice-Architecture
It is available in 3.3,Can you share the error log and provide steps to reproduce?
You can use GRPC. see https://github.com/abpframework/abp-samples/tree/master/GrpcDemo