Cloudflare is not working correctly

Hey! I am using repl.it, I’ve connected the DNS to the cloudflare, but when i try to make a fetch request from the Broswer, cloudflare automatically blocks it. When I disable cloudflare on website, the DNS still works, and the fetch request works perfectly. Can you help me to fix this issue? I think that there is a Configuration Issue.

If you need my website, api and client.js source I can give you there

Hello, when you are seeing the block what error code are you seeing?

You may match them here to see what’s up:

If RAY ID is present, you can match it against your security events to see what is the rule that is blocking the request.

and here is how you can handle it:

2 Likes

This almost sounds like a CORS issue which is nothing to do with Cloudflare.