-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloudflare pages aren't waiting long enough #1459
Comments
#1434 should fix this. |
Sorry, I see what you're saying now. Perhaps https://github.com/jef/streetmerchant/pull/1434/files#diff-df5398bf4301cdf9301ed7143928adb248c73ce1bfefc70be38084c51580ec93R344 this is the issue and should wait longer. |
@jef Not quite right; cloudflare is actually repeatedly redirecting to another ddos protection page in some cases. The implementation actually waits for the page to navigate (page.waitForNavigation) I have another pull request going up today that will resolve the infinite recursion scenario by aborting after 5 page loads. |
Expected Behavior
Work as intended
Current Behavior
Always get error "Cloudflare, waiting"
Steps to Reproduce
just use the dotenv file
Environment
OS:Windows
Version: git pull origin main
dotenv file:
Logs
The text was updated successfully, but these errors were encountered: