Skip to main content

All Questions

Tagged with
0 votes
1 answer
29 views

Angular reCaptcha V2 Token Testing

I'm new to Angular and I'm trying to get the reCaptcha token in a test. How can I emulate click on the re-capture 'I am not a robot box' or something similar and logging the token response in a test? ...
phebus's user avatar
  • 11
0 votes
1 answer
1k views

How to use ReCaptcha with Angular 17 with Standalone Components

I need to implement captcha to prevent spam atacks etc. But the more I search and trying to find something about how to do it in angular 17 (with standalone components) the more I feel like there's no ...
Newcomer's user avatar
0 votes
0 answers
83 views

Unsubscribing to the reCAPTCHA v3 execution subscription in ng-recaptcha

I am using Google reCAPTCHA in my Angular 14 application. I am using the ng-recaptcha npm package, version 10. The documentation says that its important that I close the execute subscription. The ...
Danie's user avatar
  • 459
0 votes
0 answers
45 views

how can i integrate an captcha in angular , Express

i tried to use recaptcha it displaying but it's not working properly libraries i tried to use : primeng captcha : gives me error that primeng doesn't have an captcha component but it's exist in old ...
ZAKARIAE CHELLE's user avatar
1 vote
1 answer
609 views

How to handle reCAPTCHA Enterprise with Cloud Armour redirect

I have implemented reCAPTCHA Enterprise with Cloud Armour integration in an Angular v16 app and it is working as expected when blocking or allowing traffic. However I am unsure how to implement a ...
rossco's user avatar
  • 615
0 votes
0 answers
182 views

Can we have recaptcha V2 in IOS mobile app developed using ionic/angular

We have an Angular based ionic mobile application. Is there a way I can add recaptcha v2 for a page in the mobile App? If yes, let me know the steps. I am unable to find a suitable article for my ...
Thambu Asirvatham's user avatar
0 votes
1 answer
715 views

Reset google reCaptcha v3 in angular firebase application

Recently we were having some issue with our application signup part with OTP. we used firebase phone authentication it uses google reCaptcha v3. whenever we send the OTP it worked fine as expected but ...
Junaid Tariq's user avatar
0 votes
1 answer
928 views

How to execute recaptcha2 invisible? Angular 6

I've been working in adding an invisible captcha in my site, and searching the best way to do it, I follow the instructions provided here: https://github.com/Enngage/ngx-captcha I notice the ...
Andres Felipe Ariza Calderon's user avatar
9 votes
4 answers
45k views

How to solve the ng serve Error: This command is not available when running the Angular CLI outside a workspace

I'm trying to run ng serve but I am getting Error: This command is not available when running the Angular CLI outside a workspace. I have tried opening integrated terminal on VS code, but didn't work....
Mulu Mekuriya's user avatar
0 votes
0 answers
284 views

How to call an ng-recaptcha callback from console Angular recaptcha?

I was trying to solve an Invisible reCAPTCHA of the angular website (Implemented using ng-recaptcha). It's ng-recaptcha (Invisible reCAPTCHA) and I am able to find the callback function using ...
Shahzaib Chadhar's user avatar
1 vote
0 answers
172 views

Allow google bot crawl in firebase with app check enabled

i made an angular web app with a firebase backend. I want to allow the google user agent to crawl my website so it can get indexed. The problem is that since i have App Check enabled, all requests ...
yeet's user avatar
  • 33
3 votes
1 answer
3k views

mock/stub/ignore google recaptcha v3 requests on cypress tests

we have many recaptcha v3 requests (like POST: https://www.google.com/recaptcha/api2/reload?k=XXXX) on the tested website. That slows down the tests and make them less stable. Recaptcha will be not ...
ya_dimon's user avatar
  • 3,684
4 votes
2 answers
2k views

Namespace 'ReCaptcha' has no exported member X

I am trying to use ReCaptcha in my Angular App, unfortunately I get the following errors after importing the ReCaptcha-module. Error: node_modules/ng-recaptcha/lib/recaptcha-loader.service.d.ts:23:21 -...
Jiggo's user avatar
  • 55
0 votes
2 answers
2k views

Error using Firebase authentication RecaptchaVerifier in Angular

I am trying to implement 2FA using Angular 12 and Firebase. But I keep on getting an error at the very start of the process in ngAfterViewInit: Here is my code: ngAfterViewInit(): void { this....
Asad's user avatar
  • 110
0 votes
2 answers
541 views

I am getting this error "TypeError: this.reCaptchaApi.render is not a function" when I try to access elements of reactive form for unit testing

I am trying to write unit test cases for registration component in my project, but when I try to access a input ele by ID to test it's placeholder which is in the same form with ngx-recaptcha2, I this ...
SAI PAVAN KUMAR's user avatar

15 30 50 per page
1
2 3 4 5
7