Closed soumendrak closed 2 years ago
@soumendrak as the message says this is a problem with your website itself, it is returning 503. There is nothing i can do to fix this. Since you are using Hashnode, please report it to their support. If you are using Cloudflare you may need to whitelist the GitHub IPs. Explaining how to do it is beyond the scope of this repo.
Thanks, @gautamkrishnar for the hint.
For future visitors, I temporarily resolved this issue by disabling "Bot Fight Mode" and then running the GitHub Action manually.
Path in Cloudflare:
Security --> Bots --> Bot Fight Mode
@soumendrak you can also whitelist the user agent rss-parser
in Cloudflare and still keep the bot protection running. You can also add your own custom user agent via user_agent
option of the workflow.
Thanks, @gautamkrishnar , unable to whitelist User-Agent to bypass bot fight mode. Maybe in Paid versions, the options are there. Thank you.
@soumendrak it is possible, you can do it via a custom WAF rule:
@gautamkrishnar the last screenshot shows it does not prevent "Bot Fight Mode" (on your screenshot above too).
I wonder how is it working for you. 🤔
@soumendrak lol sorry my bad. I have the bot protection turned off. Then ya, turning it off is the only option.
Describe the bug
It was working perfectly till 25 September.
Expected behavior There should not be any errors and blog posts should be updated.
Screenshots
Workflow Yml Used
Additional context N/A