I have ASPNET Zero 8.1MVC.
I have build and deployed the app on a cloud VM.
Now I am getting "Error for site owner. Invalid domain for site key" when I try to sign a tenant up
I have created new Site key & secret key from google captcha and replace it in Appsettings.json under the MVC Layer.
But still I am not getting the captcha check box like it should be.
After I try to disable the recaptcha from settings, I get this error while creating a tenant: Error: No connection could be made because the target machine actively refused it. 127.0.0.1:25
Hope to hear from you soon.
2 Answer(s)
-
0
I am facing the same issue, not sure whats wrong!
-
0
Hi,
You need to register your website on https://www.google.com/recaptcha/intro/v3.html and place
SiteKey
andSecretKey
in your appsettings.json.