#talel-oauth-captcha
1 messages ยท Page 1 of 1 (latest)
Hi ๐ oof, nothing comes to mind offhand. Firing up one of my test flows to see if I see that captcha.
Thanks! I am doing something similar to that (as a reference) https://github.com/sponsorkit/stripe-onboarder
What type of accounts are you creating?
Express
Hm, where in the onboarding flow are you seeing a captcha? Haven't noticed one so far.
When I access the onboarding link on my browser it doesn't trigger CAPTCHA, only with the headless browser.
On the phone verification code.
Let me send you a screen shoot, just a sec.
(Usually have puppeteer run with headless true, just for the screenshot I have it to false ๐ - same results)
Hm, yeah, that must be getting handled silently when I'm going through things (not headless)
I'm not thinking of a way quickly to avoid that, taking a moment to poke around and see if I can find anything.
Thanks!
It changed only recently, probably in the last 3 days. I assumed somebody up the chain changed hCaptcha invisible and passive modes ๐
I see discussions on it from over a year ago, unless something got changed that specifically impacts how Puppeteer is trying to handle this recently it doesn't look like a new thing.
What I'm finding from those discussions, is that it's not possible for us to disable those captchas in test mode.
I see. I had those tests passing for about a year now on that project. I'll try to look into it further. Skipping those tests for now.