You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears to originate from https://hcaptcha.com/1/api.js?render=explicit
I can't find any documentation on why this error is happening or how to resolve it. I am running locally, but not using localhost. Instead, I have an entry in my hosts file for local.mydomain.com. It worked the first time I ran it, but now it's giving this error every time and the reactive form control is never updated with the captcha code.
Any ideas what would be causing this or how to fix it?
The text was updated successfully, but these errors were encountered:
I found I could clear my storage (localStorage, cookies, etc) and it started working again. Since it's happening in api.js, I'm guessing it might be a problem with hCaptcha and not this library, although I don't know that for sure. I will submit a bug report to them and point them to this page.
I'm getting this error when my page is loading.
It appears to originate from
https://hcaptcha.com/1/api.js?render=explicit
I can't find any documentation on why this error is happening or how to resolve it. I am running locally, but not using localhost. Instead, I have an entry in my
hosts
file forlocal.mydomain.com
. It worked the first time I ran it, but now it's giving this error every time and the reactive form control is never updated with the captcha code.Any ideas what would be causing this or how to fix it?
The text was updated successfully, but these errors were encountered: