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
add ip bypass for turnstile for every ip request from github actions (if static ip)
Update Jul. 30th
The PR fixed the CF rate limit / recaptcha challenege already through rotating user agents and disabling webdriver through a addInitScript hook. However, since login in with email needs an explicit captcha now, see develop/src/components/Forms/EmailLoginForm/index.tsx , this timeout will persist until we work out a way to bypass login (injecting a long-lived user auth token into e2e test github action secret).
The text was updated successfully, but these errors were encountered:
Most likely due to Cloudflare Turnstile configuration. See PR for more console logs. Either we:
Update Jul. 30th
The PR fixed the CF rate limit / recaptcha challenege already through rotating user agents and disabling webdriver through a addInitScript hook. However, since login in with email needs an explicit captcha now, see develop/src/components/Forms/EmailLoginForm/index.tsx , this timeout will persist until we work out a way to bypass login (injecting a long-lived user auth token into e2e test github action secret).
The text was updated successfully, but these errors were encountered: