Failed to fetch

Whenever I try to scrape a website, it gives the “Failed to fetch” error. Why is that happening and how can I resolve it?

It’s probably experiencing a timeout issue which could be related to the website, your internet connection at the time of scraping, or our web-scraping system

What webpage are you trying to scrape? I will try it on my end to run a diagnostic.

It’s https://projectplants.com.au/, thanks for checking it

I think it’s an issue with your website. I received this error about being blocked via a CORS policy:

Access to fetch at ‘https://pickaxeproject--v2-document-document-main.modal.run/get_website_subpages?website=https://projectplants.com.au/’ from origin ‘https://pickaxeproject.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. If an opaque response serves your needs, set the request’s mode to ‘no-cors’ to fetch the resource with CORS disabled.

Thanks I will check it