0
BobIngham created
aspnet-core, angular - 5.4.1 I have implemented subdomain control which is working well (subdomain.projectname.com...) but when I go to register a new tenant through the public facing register-new-tenant page (the visitor selects the "free trial" on the editions page) recaptcha is informing me:
ERROR for site owner:
Invalid domain for site key
What do I have to do to get recaptcha working again?
3 Answer(s)
-
0
hi,
you need to get ReCaptcha keys for your angular domain like if you have a public website let's say MyShopping.com and your angular website is MyShoppingBackoffice.com get your ReCaptcha keys for MyShoppingBackoffice.com
-
0
@alper. Thanks, problem solved.
-
0
good to know ;)